This plugin works just fine in a post/page, but I need it to appear in a Text widget. Anyway to make it work in this location?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
to enable shortcode in textwidgets, add this to functions.php of your theme:
|
|||
|
|
|
The plugin includes a widget:
After activating the plugin, you should find the widget "List Category Posts" in the Appearence > Widgets page and add it to your "widgetized" theme. |
|||
|
|