• Hello. I’ve been days trying to display the customizr theme on an external .php page. I am using the theme with wp, but i have also some dinamic php pages that can′t be used inside wp.

    I have this code:

    <?php
    define(‘WP_USE_THEMES’, true);
    require(‘wp-load.php’);
    require_once( get_template_directory() . ‘/inc/init.php’ );
    get_header();
    wp_head();
    get_footer(‘Customizr’);
    ?>

    I have been reading forums and the wp codex, but i don’t find where is the problem to show my costumizr header on an external .php page (outsite wp but in the same domain).

    Can you please help me to find the solution?.

    Thank you very much

  • The topic ‘Use Customizr header outside wp’ is closed to new replies.