wordpress - 在单个产品页面上显示 WooCommerce 面包屑

标签 wordpress woocommerce wordpress-thesis-theme

我从 Themeisle 买了一个支持 WooCommerce 的 WordPress 模板 Zerif Pro。模板 WooCommerce 页面不显示允许用户从一个页面导航到另一个页面的面包屑。下面是我在网上找到的例子: enter image description here

我在 Woocommerce 文件夹中搜索函数 woocommerce_breadcrumb() 但找不到相关代码。谁能给我一些关于如何将其添加到我的页面的提示?

最佳答案

你可以使用

 <?php $args = array(
        'delimiter' => '/',
        'before' => '<span class="breadcrumb-title">' . __( 'This is where you are:', 'woothemes' ) . '</span>'
    );
    woocommerce_breadcrumb( $args );
 ?>

关于wordpress - 在单个产品页面上显示 WooCommerce 面包屑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36980932/

相关文章:

php - WordPress 在 Linux 服务器中建立数据库连接时出错

jQuery animate.css 仅在 Firefox 上无法正常工作

android - 用于移动应用程序的 WooCommerce API

wordpress - 使用端口 465 使用 smtp (SSL) 发送电子邮件

php - WP_Query() 不返回所有条目

php - WooCommerce 根据特定产品的购买数量收取额外费用

php - 检查购物车项目(产品变体)中是否使用了特定的属性值

css - 用默认行为覆盖大写?

css - 我需要强制刷新 Thesis Framework 中的 custom.css

php - 需要使用 Thesis 框架的 PSD To WordPress 帮助