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