Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding a link to forum in my wordpress site

  • I want to add a link to my bbpress forum in my wordpress site. Preferably the link would sit along side the page links.

    How can I do this? It seems that adding a page only allows you to add a page. Rather than a link to a page that already exists.

Viewing 3 replies - 1 through 3 (of 3 total)

  • chrishajer
    Participant

    @chrishajer

    There are a couple of tricks you could use (I have no idea how it’s done officially.)

    In your site, all you would need to do is insert this into the template that contains the page navigation you have now (Home, About and Contact all appear to be pages):

    <li class="page_item"><a href="<?php bloginfo('url'); ?>/forum/" title="Visit the forum">Forum</a></li>

    HTH

    Chris

    Thanks a lot this seemed to do the trick.


    chrishajer
    Participant

    @chrishajer

    From the looks of your site, it worked. :D

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar