• Resolved kameronmf

    (@kameronmf)


    I want to include a link to my phpBB forum under the Pages section of the sidebar. The forum is in a subdirectory of the site. I use a modified version of the Rin theme, which uses the template tag:

    <?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>

    to create a list of links. I’ve tried to create another list item with an html link to the forum, but it appears the php function creates a self-contained <div> and the html link always shows up outside the CSS formatting. How can I force the link to my forum to be listed with the other Pages? Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Link to forum under Pages section of Sidebar’ is closed to new replies.