Forums

phpbb_recent_topics
Sidebar works but not page or posts? (3 posts)

  1. 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/

  2. 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 :-\

  3. linickx
    Member
    Posted 7 months ago #

    Hello,

    You could try adding this to your themes page/post templates...somewhere ;-)

    <?php
        if (function_exists('phpbb_topics')) {
            phpbb_topics();
        }
    ?>

    HTH

Reply

You must log in to post.

About this Plugin

About this Topic