Forums

Join
bbPress Support ForumsRequests and FeedbackHow do I make a simple link that directs me back to my homepage?

How do I make a simple link that directs me back to my homepage?

  1. Hi all

    Can you people help me to make a simple link that directs users back to the homepage (wordpress blog). Or direct me to a plugin that does this?

    I would prefer a Navigation menu but I with bbpress in it's early stages yet I don't want to be coding each time a new version is released.

  2. Hi you

    Try this if your blog is integrated.
    echo $bb->wp_home;

    Don't forget the php tags to do it in HTML.

    I think it would be safe to code your navigation bar now.

  3. You must log in to post.