Skip to content

Instantly share code, notes, and snippets.

@ellenbo
Created June 19, 2014 00:08
Show Gist options
  • Save ellenbo/04c84b9b35e1a1328674 to your computer and use it in GitHub Desktop.
Save ellenbo/04c84b9b35e1a1328674 to your computer and use it in GitHub Desktop.
Genesis & WP: Use shortcodes in widgets
add_filter('widget_text', 'do_shortcode');
//Source: http://www.carriedils.com/extend-wordpress-widgets-without-plugin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment