Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lindseyriel/2b2e24079b952adb09e1cca55b21891e to your computer and use it in GitHub Desktop.
Save lindseyriel/2b2e24079b952adb09e1cca55b21891e to your computer and use it in GitHub Desktop.
Use Shortcodes in Genesis Archive Descriptions
add_filter( 'genesis_term_intro_text_output', 'do_shortcode' );
add_filter( 'genesis_cpt_archive_intro_text_output', 'do_shortcode' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment