【问题标题】:How do I customise the product search results page on a woocommerce website?如何在 woocommerce 网站上自定义产品搜索结果页面?
【发布时间】:2020-12-03 10:06:15
【问题描述】:

我想在我的 woocommerce 店面子主题中编辑产品结果帖子的 html。

在 search.php 下它说:

get_template_part( 'loop' );

然后在loop.php下它说:

get_template_part( 'content', get_post_format() );

然后将我带到 content.php,其中包含:

do_action( 'storefront_loop_post' );

那么我需要编辑该动作中的函数吗?如果有怎么办?

对使用子主题很陌生。

【问题讨论】:

  • 真的需要帮忙

标签: php wordpress woocommerce wordpress-theming storefront


【解决方案1】:

在 content.php 中,我注释掉了 storefront_loop_post 钩子并创建了我自己的操作,然后我引用了它。

工作愉快

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-11-05
    • 1970-01-01
    • 2017-11-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-22
    相关资源
    最近更新 更多