Viewing 4 replies - 16 through 19 (of 19 total)
  • Have you created the templates and placed them in the Child Theme?

    Hi Stilman, Yes i can

    <?php
    /*
    * Template Name : Indian HIndu Baby
    */

    get_header(); ?>

    <div class=”wrap”>
    <div id=”primary” class=”content-area”>
    <main id=”main” class=”site-main” role=”main”>

    <?php
    while ( have_posts() ) : the_post();

    get_template_part( ‘template-parts/page/content’, ‘page’ );

    // If comments are open or we have at least one comment, load up the comment template.
    if ( comments_open() || get_comments_number() ) :
    comments_template();
    endif;

    endwhile; // End of the loop.
    ?>

    </main><!– #main –>
    </div><!– #primary –>
    </div><!– .wrap –>

    <?php get_footer();

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Always open a new topic when discussing your own issue: https://wordpress.org/support/theme/twentyseventeen#new-post

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘woocommerce with twenty seventeen’ is closed to new replies.