troyy0206
Member
Posted 7 months ago #
I can add the widget to a sidebar and it shows the recent posts and even the tooltip text for the post content works. However, in a page or posts if I put in the tag as instructed, it merely shows the tag on the page like this:
{phpbb_recent_topics}
I thought I could just insert that tag in the HTML page. Is there something I'm missing?
http://wordpress.org/extend/plugins/phpbb-recent-topics/
troyy0206
Member
Posted 7 months ago #
Weird..must be something with the theme I'm using. I changed themes and it works. Any suggestions? I really like that theme :-\
Hello,
You could try adding this to your themes page/post templates...somewhere ;-)
<?php
if (function_exists('phpbb_topics')) {
phpbb_topics();
}
?>
HTH