Forums

How to select all posts exept the posts from one specific category (5 posts)

  1. NikolajHolck
    Member
    Posted 2 years ago #

    Dear WordPress community!

    How do I select all posts from the database exept the posts from one specific category.

    I hope someone can help me ;-)

    - Nikolaj

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    exclude category 3

    $query_posts($query_string . '&cat=-3');

    Also see the query_posts() article for more possibilities (e.g. category__not_in)

    And don't forget the Advanced Category Excluder plugin:
    http://wordpress.org/extend/plugins/advanced-category-excluder/

  3. Shane G
    Member
    Posted 2 years ago #

  4. NikolajHolck
    Member
    Posted 2 years ago #

    Hey,

    Thanks for your answers. :-)

    I'm codeing a php file from scratch.. witch files do I include to access the functions? OR is there a SQL query I could send?

    - Nikolaj

  5. MichaelH
    Volunteer
    Posted 2 years ago #

    Might review Theme_Development

Topic Closed

This topic has been closed to new replies.

About this Topic