Skip to content

Instantly share code, notes, and snippets.

@cannelflow
Last active August 9, 2016 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cannelflow/ef4be1a80bdde065265af69fdc56296c to your computer and use it in GitHub Desktop.
Save cannelflow/ef4be1a80bdde065265af69fdc56296c to your computer and use it in GitHub Desktop.
<?php
/*
Template Name: Home Page
*/
get_header(); ?>
<!--
===================================
Section Hero
===================================
-->
<?php get_template_part( 'template-parts/content', 'hero' ); ?>
<!--
===================================
Section Opt In Section
===================================
-->
<?php get_template_part( 'template-parts/content', 'optin' ); ?>
<!--
===================================
Section Boost Your Income
===================================
-->
<?php get_template_part( 'template-parts/content', 'boost' ); ?>
<!--
===================================
Section Who Benifit
===================================
-->
<?php get_template_part( 'template-parts/content', 'benifit' ); ?>
<!--
===================================
Section Course Feature
===================================
-->
<?php get_template_part( 'template-parts/content', 'feature' ); ?>
<!--
===================================
Section Project Feature
===================================
-->
<?php get_template_part( 'template-parts/content', 'project' ); ?>
<?php
get_footer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment