MyBB Community Forums

Full Version: How do i use my wordpress header instead of mybb header?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys question in title
Wordpress:http://www.firewire-security.com/
Mybb:http://www.firewire-security.com/forum
Thanks in advance
Your header on WordPress is just text. So: Templates & Style -> Templates -> YOURTHEME -> Expand Templates -> Header Tempates -> Header -> Find "<div class="logo"><a href="{$mybb->settings['bburl']}/index.php">" then from that part, erase up to the </a> tag. Then where you just erased, put some text. I don't know how to edit the size or anything though.
I mean like the whole header bar though. Not the logo
The code to Wordpress and MyBB is different I think, so it might not work...
Ya I have the same issue.. I've been working on trying to get mine to match up for a bit now
The theming system of WordPress is not compatible with MyBB. So it's not possible to easily share code between the two applications.

The solution is to use the HTML/CSS code that is generated by the wordpress theme and build it into the MyBB theme. When that is done properly, your website visitors won't see the difference and get a feeling that they are still on the same site.