Skip to content

Instantly share code, notes, and snippets.

@10h30
Forked from carasmo/for-functions.php
Created June 29, 2016 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 10h30/fc7ec3635c43a73c887d79fc660af3f0 to your computer and use it in GitHub Desktop.
Save 10h30/fc7ec3635c43a73c887d79fc660af3f0 to your computer and use it in GitHub Desktop.
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' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment