Support Forum
Hello!
I have just installed the template tags and recent posts widget, and I was wondering if it's possible to include a list of recent forum posts inside a Wordpress page (just like you would use a shortcode, so not hard coded). This would be nice to use on the overview on my dashboard page.
Thanks,
Debbie
If you write a shortcode and want to share the code, we could probably add it to the plugin... just short on time to do it ourselves...
Visit Cruise Talk Central and Mr Papa's World
Hi, same problem: I installed and activated the template tags plugin, but the shortcode doesn't render on a page or in a widget, see screenshots:
http://www.evernote.com/shard/.....1125c2c34b
http://www.evernote.com/shard/.....5548c1b8aa
I only see the source code of the shortcode.
What can I do? Are there any requirements?
Thanks and bye
Ralf
Some WordPress themes don't support shortcode in text widgets. That might be the case with yours. If so you would need to add this to your functions.php file:
add_filter('widget_text', 'do_shortcode');
There is a recent posts widget included in the Template tags plugin. You could try it too. It does have a lot of options so you may want to read the codex article on it here.
1 Guest(s)