wordpress-github
wordpress-github copied to clipboard
Parse Widget Text Correctly
My wordpress theme is single column and I use widgets to add sections to my static pages. Unfortunately the plugin does not parse widget text so I can't add a Text widget with the shortcode and have it expand to a full project list. Below is the callback I added for this to work.
wodpress-github.php ... add_filter("widget_text", array('WPGH_Core', 'insertProjects')); ...