为什么我的woocommerce.php没有覆盖page.hp

时间:2018-11-21 04:47:31

标签: woocommerce

       <div class="section-content" >

                <div class="container-fluid"><!--header container-->
                   <div class="row  mb-3 mt-0"><!--row 1 -->
                    <div class="col-xs-12 col-md-12 col-lg-12 bg-light p-xs-0  p-md-0    wrapped-head">
                    <?php //the_post_thumbnail('large',array('class'=>'back-head-img')); ?>
                    <div class="text-of-heading"><div class="heading-main-box"><h1><?php the_title(); ?></h1></div></div>
          </div>
</div><!--row 1 end-->
</div><!--header container end-->

<div class="container-fluid px-0 mx-xs-2 px-xs-3 mx-md-0"><!--content container-->
<div class="row m-xs-2  mx-md-5 mb-xs-0 mb-md-0" style="babckground:yellow"><!--row 1-->
<div class="col-xs-12 col-md-12 col-lg-12  p-xs-1  p-md-1 ">

        <div class="pt-3 px-3 woocommerce ">

        <?php
        woocommerce_content();
        ?>

   </div>

</div><!--row 1 end-->

这里我在woocommerce.php中写代码,这是我从page.php复制而来的,但是问题是我的woocommerce.php没有在page.php上覆盖,而我的page.php在我的商店页面上运行,我要编辑我的商店页面,所以我正在使用woocommerce.php

0 个答案:

没有答案