<?php
// 获取随机文章
$args = array( 'numberposts' => 10, 'orderby' => 'rand', 'post_status' => 'publish' );
$rand_posts = get_posts( $args );
foreach( $rand_posts as $post ) : ?>
<li><?php echo $usewp->get_views(); ?>次阅读<br/>
<a href="<?php the_permalink();?>"><?php the_title();?></a>
</li>
<?php endforeach; wp_reset_query();?>
如何移除WooCommerce产品分类链接中的product-category和product
为何要移除product-category和product? 我们在优化网站的时候,链接的优化也非常的重要。对与谷歌SEO来说,链接越短越好,外贸独立站最最常用