Creating page Template with different header
-
I’m using woocommerce and Sensei on my website – https://www.NaturesHealing.info. I want the student course page to have a different look – no tall header banner – something more narrow, less cluttered. I also need a left sidebar included.
I have tried researching how to create a page template but the page.php is not easy to clone in my theme if I understand it properly. I was hoping I could copy it and change the name and modify it’s contents but the code inside this file is only a few lines referencing other files making it more of a challenge. See here:
<?php get_header(); ?>
<?php get_template_part(‘loop’); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>I plan to change/update my theme next year but it’s too much to handle right now as I am trying to launch this sensei online course project.
Can anyone offer some option to create a simple template I can reference through the “Page Attributes – drop down” that I can choose so a few pages associated with the online course has a less complex layout without a busy header/banner.
This is my first time trying to setup a layout for an online course using woocommerce and sensei so maybe I am going about this all wrong so any and all suggestions are welcomed.
- The topic ‘Creating page Template with different header’ is closed to new replies.