I've integrated with Wordpress and I've noticed that there is no easy way for users to return to my site after visiting the forum.
I'm a newbie, and was wondering if there is an easy way to put this together?
Would this be useful?
Thanks!
I've integrated with Wordpress and I've noticed that there is no easy way for users to return to my site after visiting the forum.
I'm a newbie, and was wondering if there is an easy way to put this together?
Would this be useful?
Thanks!
It's primitive, but in bb-templates/header.php, under:
<div id="wrapper">
I added:
<FORM METHOD="LINK" ACTION="http://myblogurl.com/">
<INPUT TYPE="submit" VALUE="Return to My Blog">
</FORM>
It puts a return to blog button on the upper left hand corner of the header.
There's got to be a better way, but for now it's suits my purposes.
Any suggestions?
Personally I just created a super-header (at $_SERVER["DOCUMENT_ROOT"]."/tabs.php") which is included as part of my wp and bb theme. It provides consistent tabs for blog, forum, etc.
You must log in to post.