bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Adding a link to forum in my wordpress site

(4 posts)
  • Started 1 year ago by soggybag
  • Latest reply from chrishajer
  • This topic is resolved

Tags:

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

    Posted 1 year ago #
  2. 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

    Posted 1 year ago #
  3. Thanks a lot this seemed to do the trick.

    Posted 1 year ago #
  4. From the looks of your site, it worked. :D

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.