• Hi,

    I have custom page (outside theme) and calling header with:

    <?php
    require('wp-blog-header.php');
    get_header('custom');
    ?>

    Is it possible to call also custom WPTouch header in my custom page because it looks like strip the code from my custom header?

Viewing 1 replies (of 1 total)
  • Plugin Contributor WPtouch

    (@wptouch)

    Hi @masterross,

    WPtouch loads its own theme, independent of the desktop theme. So it can’t ‘see’ what is in the desktop theme. You can definitely replicate this in WPtouch Pro using its child theme feature/support. Editing the theme in WPtouch free is possible, but your changes will be overwritten in an event of an update.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom page to call custom wptouch header?’ is closed to new replies.