- Compatible WP Versions
-
- 3.8
- 3.9
- Compatible XF Versions
-
- 1.2
Adding a WordPress header to XenForo usually involves looking at the WP source and copying the html into the correct XenForo template. Here is another possible solution.
Download the attached file and unzip.
Copy the header.php file into /library/xenword
Go to XenForo admin->templates
Find header template
Change the header template to:
Save.
You may run into CSS issues.
Download the attached file and unzip.
Copy the header.php file into /library/xenword
Go to XenForo admin->templates
Find header template
Change the header template to:
Code:
<xen:edithint template="header.css" />
<xen:hook name="header">
<div id="header">
<xen:callback class="xenword_header" method="getHtml"></xen:callback>
</div>
</xen:hook>
Save.
You may run into CSS issues.