bbPress Support Forums › Requests and Feedback › How do I make a simple link that directs me back to my homepage?
Info
- 2 posts
- 2 voices
- Started 4 years ago by statusquo
- Latest reply from fel64
How do I make a simple link that directs me back to my homepage?
-
- Posted 4 years ago #
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.
-
- Posted 4 years ago #
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.
-
You must log in to post.