• 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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter troyy0206

    (@troyy0206)

    Weird..must be something with the theme I’m using. I changed themes and it works. Any suggestions? I really like that theme :-\

    Plugin Author linickx

    (@linickx)

    Hello,

    You could try adding this to your themes page/post templates…somewhere 😉

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

    HTH

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: phpbb_recent_topics] Sidebar works but not page or posts?’ is closed to new replies.