文章标签 ‘相关文章’

相关的10篇文章 <ul> <?php $tags = wp_get_post_tags($post->ID); if ($tags) { $first_tag = $tags[0]->term_id; $args=array( 'tag__in' => array($first_tag), 'post__not_in' => array($post->ID), 'showposts'=>10, 'caller_get_posts'=>...

Read more »

2009年8月5日16:39 | 2 条评论
分类: 主题