这是我的mp_productlist.php
<?php get_header();?>
<div class="content_mid">
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<div class="post thin">
<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<h2><?php the_title(); ?></h2></a>
<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php if ( function_exists( 'add_theme_support' ) ) the_post_thumbnail(); ?></a>
<h3><?php mp_product_price(true) ?></h3><?php mp_buy_button(true, 'single')?>
</div>
<?php endwhile;?>
<?php else : ?>
<?php endif; ?>
<!--end post-->
</div>
<?php get_footer();?>
这就是我得到的http://angelov.ga/old/store/products/
它只提取一种产品而不是我拥有的两种测试产品
提前致谢
答案 0 :(得分:0)
没关系,我只是做了一个简单的解决方法,并对ALL类别中的所有内容进行了分类,每个补充内容都有子类别,并将BROWSE PRODUCTS事物更改为/ category / all