如何自定义 woocommerce 网站上的产品搜索结果页面?
How do I customise the product search results page on a woocommerce website?
我想在我的 woocommerce 店面子主题中编辑 html 产品结果帖子。
在 search.php 下它说:
get_template_part( 'loop' );
然后在loop.php下面写着:
get_template_part( 'content', get_post_format() );
然后将我带到 content.php,其中包含:
do_action( 'storefront_loop_post' );
那么我需要编辑那个动作里面的函数吗?如果有怎么办?
对使用子主题还很陌生。
在 content.php 中,我注释掉了 storefront_loop_post 挂钩并创建了我自己的操作,然后我引用了它。
大快朵颐
我想在我的 woocommerce 店面子主题中编辑 html 产品结果帖子。
在 search.php 下它说:
get_template_part( 'loop' );
然后在loop.php下面写着:
get_template_part( 'content', get_post_format() );
然后将我带到 content.php,其中包含:
do_action( 'storefront_loop_post' );
那么我需要编辑那个动作里面的函数吗?如果有怎么办?
对使用子主题还很陌生。
在 content.php 中,我注释掉了 storefront_loop_post 挂钩并创建了我自己的操作,然后我引用了它。
大快朵颐