Skip to content

Instantly share code, notes, and snippets.

@carasmo
Created June 17, 2016 18:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save carasmo/e085a7e9cacc25173976720da97061b1 to your computer and use it in GitHub Desktop.
Save carasmo/e085a7e9cacc25173976720da97061b1 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' );
@moma0503
Copy link

moma0503 commented Jul 6, 2017

This is exactly what I needed. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment