php Sage&WooCommerce |页眉,页脚和侧边栏重复

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Sage&WooCommerce |页眉,页脚和侧边栏重复相关的知识,希望对你有一定的参考价值。

<?php if ( is_product() ):
    echo '<aside>';
        dynamic_sidebar( 'sidebar-shop-product' );
    echo '</aside>';
endif; ?>
<?php // this file is to stop duplicate footers - DO NOT EDIT ?>
<?php // this file is to stop duplicate headers - DO NOT EDIT ?>
<?php
  if ( function_exists('yoast_breadcrumb') ) {
      yoast_breadcrumb('
      <p id="breadcrumbs">','</p>'
    );
  }
?>

以上是关于php Sage&WooCommerce |页眉,页脚和侧边栏重复的主要内容,如果未能解决你的问题,请参考以下文章

php WooCommerce | Sage 9中的条件登录/注销链接

text Sage和WooCommerce

text Sage和WooCommerce

php Sage 9&Slick

php Acf Pro&Sage 9 - 灵活的内容块

Woocommerce 交付和付款选项 - 我的 php 代码有啥问题?