【发布时间】:2017-07-28 14:26:30
【问题描述】:
我有一个用于 woocommerce 的 i-craft wordpress 主题
我喜欢设置静态主页,但主题在仪表板中效果不佳
我去主题的 te index.php 页面,我想改变这个:
<div class="blog-columns" id="blog-cols">
<?php /* The loop normal posts */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'single-product-customcateg' ); //get_post_format() ?>
<?php endwhile; ?>
</div>
使用 woocommerce 的产品,但我不知道如何展示产品
有人帮我吗?非常感谢
【问题讨论】:
标签: php wordpress woocommerce e-commerce