<?php $singleurl = get_permalink($post_id); $cats = wp_get_post_categories($post->ID); if ($cats) { $args = array( 'category__in' => array( $cats[0] ), 'showposts' => 50, 'caller_get_posts' => 1, 'order' => 'asc' ); query_posts($args); if (have_posts()) : while (have_posts()) : the_post(); update_post_caches($posts); ?> <li> <a href="<?php the_permalink();?>"><?php the_title(); ?></a> </li> <?php endwhile; else : ?> <li> 暂无文章</li> <?php endif; wp_reset_query(); } ?>
如何移除WooCommerce产品分类链接中的product-category和product
为何要移除product-category和product? 我们在优化网站的时候,链接的优化也非常的重要。对与谷歌SEO来说,链接越短越好,外贸独立站最最常用