wordpress-github icon indicating copy to clipboard operation
wordpress-github copied to clipboard

Parse Widget Text Correctly

Open skryl opened this issue 14 years ago • 0 comments

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')); ...

skryl avatar Oct 19 '11 17:10 skryl