<?php
// 获取指定分类下的所有文章
$args = array(
'showposts' => 7, // 显示10条
'cat' => 19,
'order' => 'asc'
);
query_posts($args);
while (have_posts()): the_post();
?>
<li>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" target="_blank"><?php the_title(); ?></a>
</li>
<?php endwhile; wp_reset_query();
?>
如何移除WooCommerce产品分类链接中的product-category和product
为何要移除product-category和product? 我们在优化网站的时候,链接的优化也非常的重要。对与谷歌SEO来说,链接越短越好,外贸独立站最最常用