Skip to content

Instantly share code, notes, and snippets.

View moma0503's full-sized avatar

Matt Morisette moma0503

  • Twin Cities, Minnesota
View GitHub Profile
@carasmo
carasmo / for-functions.php
Created June 17, 2016 18:55
Ouput shortcodes on the 2.3.0 TinyMCE Genesis Archive Intro Text
<?php
// don't add above. This goes inside your child theme functions.php file
/** ======================================================================================
*
* Add shortcode to the Genesis 2.3.0
* Archive Intro Text Output
*
======================================================================================= */
add_filter( 'genesis_term_intro_text_output', 'do_shortcode' );