• Resolved Evolus

    (@evolus)


    Hi,

    Could you explain why the below woocommerce.php script does’t work?
    Thanks
    ————————————————————————-
    <?php

    get_header(); ?>
    <div id=”primary” class=”content-area”>
    <main id=”main” class=”site-main” role=”main”>

    <?php woocommerce_content(); ?>

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

    <?php do_action( ‘storefront_sidebar’ ); ?>
    <?php get_footer(); ?>

    ————————————————————————-

    https://www.ads-software.com/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WC Storefront declaration’ is closed to new replies.