【发布时间】: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