Sorry for reviving old thread.
How to integrate wordpress footer and header ?
I tryed with
and won't work (won't load webpage) WHMCS is on subdomain.
with
it don't work but WHMCS work.
And [code]<?php get_header(); ?>[code]
[code]{php}<?php wp_footer(); ?> {/php}[code] with php or without
With wordpress WHMCS bridge it work but very slowly and without WHMCS menu
How to integrate wordpress footer and header ?
I tryed with
Code:
{php} include('http://domain.com/wp-content/themes/themeName/header.php'); {/php}
with
Code:
{include_php file='http://domain.com/wp-content/themes/themeName/header.php'}
And [code]<?php get_header(); ?>[code]
[code]{php}<?php wp_footer(); ?> {/php}[code] with php or without
With wordpress WHMCS bridge it work but very slowly and without WHMCS menu