Creating a Custom Page
-
I’m trying to create a custom page within the Bones theme. An html5 mobile friendly theme. I need to create a full width page with header and footer and no sidebar? Simple right? I’ve created a new template and entered this bit of code.
<?php /* Template Name: Full Width */ get_header(); ?> <div id="primary" class="content-area sixteen columns"> <main id="main" class="site" role="main"> <?php wp_get_theme()->get_page_templates( 'content/content', 'page' ); get_footer(); ?>
The idea is that I can use a visual composer to fill in the content space. The issue is nothing is showing up in the content. Can anyone give me code that includes, header, footer and allows for content editing?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Creating a Custom Page’ is closed to new replies.