• hi !

    archive query post by category and current tag?

    i find

    <?php  if( is_tag() ) {
    $tags = get_terms('post_tag');
    query_posts('showposts=1&tag=' . $tags . '');
    } ?>

    but not support cat id!

    please help

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show query post by tag and category’ is closed to new replies.