• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.
Add WordPress header to XenForo

Add WordPress header to XenForo 1.0

Compatible WP Versions
  1. 3.8
  2. 3.9
Compatible XF Versions
  1. 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:

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.
Author
LPH
Downloads
1,412
Views
1,412
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from LPH

Top