Go Back   CodingForums.com > :: Server side development > PHP > Post a PHP snippet

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-09-2012, 05:00 AM   PM User | #1
stevenmw
Regular Coder

 
stevenmw's Avatar
 
Join Date: Jun 2007
Location: OK
Posts: 446
Thanks: 26
Thanked 30 Times in 30 Posts
stevenmw is an unknown quantity at this point
WordPress 3.4.2 Exclude Category From Posts

Want to exclude posts from a specific category in your WP news / blog feed?

Add
PHP Code:
<?php query_posts('cat=-3'); ?>
directly above the while loop in your index.php of your theme that outputs the feed.
__________________
--
Thanks!
stevenmw is offline   Reply With Quote
Old 12-17-2012, 11:58 AM   PM User | #2
JiDevk
New to the CF scene

 
Join Date: Oct 2012
Location: USA
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
JiDevk is an unknown quantity at this point
Thanks for sharing . Fast and good solution .
__________________
WordPress form !!! WordPress menu
JiDevk is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:38 AM.


Advertisement
Log in to turn off these ads.