• Resolved Jonas Xander

    (@john-alexander)


    Hi, codeinwp, I’m trying to make a blank page template (except for the content).

    So I grabbed your template-fullwidth.php page template and I managed to delete the comments and footer but I’m not able to get the menu out.

    I’m not sure how to do this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Alexandra

    (@alexandrastan001)

    Hi John,

    Unfortunately the theme doesn’t support this customisation and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.

    Best regards,
    Alexandra

    If you look toward the top of the template you will see a command called get_header().

    To change the header you would have to create a new header.php file for example header-nonav.php.

    you would then copy the content from the header.php into the header-nonav.php and delete the nav section in the header-nonav.php and save it.

    In the template file you would change the get_header() to get_header(‘nonav’)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank page template’ is closed to new replies.