Forums

show all posts without tags (2 posts)

  1. cogmios
    Member
    Posted 3 years ago #

    Can I show all posts without tags using /tag/...something... without a plugin?

    I am aware that I can use code like:

    global $wp_query;
    			$wp_query->set('tag__not_in',$tagarray);
    			$wp_query->get_posts();
    			include ($includedirectory . "loop.php");

    on the main page

    I am aware that there are plugins to achieve this.

    I want however a seperate page showing only the postings that have no tag yet.

  2. starbody
    Member
    Posted 3 years ago #

    I'm looking for something similar, but am fine with a plugin. You mentioned knowing that you can achieve that w/a plug in. Would you mind sharing which plug in can do that? Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags