• Resolved Jenny

    (@miss-newyork)


    I just installed the Query Multiple Taxonomies plugin and so far I love it ??

    I was just wondering, how would I be able to add the number of returned posts and all the selected tags/categories, etc as a title to the arcive.php page (or wherever I’m going to display the results)?
    I.e. “3 posts found for tag1, tag2, category3, …”

    Thanks ??
    – Jenny

Viewing 1 replies (of 1 total)
  • Plugin Author scribu

    (@scribu)

    Something like this:

    <?php
    printf( '%s posts found for %s', $wp_query->found_posts, QMT_Template::get_title() );
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Query Multiple Taxonomies] how to display # of results and selected tag’ is closed to new replies.