LPH
Well-known member
LPH submitted a new resource:
Add WordPress header to XenForo - Add a WP header to XenForo
Read more about this resource...
Add WordPress header to XenForo - Add a WP header to XenForo
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"...
Read more about this resource...