10h30
6/29/2016 - 6:41 AM

Ouput shortcodes on the 2.3.0 TinyMCE Genesis Archive Intro Text

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' );