StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 01-12-2009, 06:34 AM
adew adew is offline
Community Moderator
 
Join Date: Oct 2008
Location: Genève, Suisse
Posts: 14,270
Default Re: Excluding posts from category archives

Hi,

An alternative solution is to allocate "placesetting" posts to a new "placesetting" category as well as the main category. You can then use something like this after the start of the Loop in archive.php:
Quote:
<?php if ( !in_category(1) ) : ?>
// Rest of your loop content code stays here
<?php endif; ?>
// Leave Loop end code as is
Replace "1" with the category ID of the placesetting category.

Alternatively, look at the solutions you posted although I don't think the first one will help you.

These edits will go in archive.php which is the file which generates the category archive.

In fact there are lots of ways to accomplish what you want, none of them particularly straightforward, and all have their pro's and con's. If the category idea I've suggested is interesting, post back if you need more help with the code.
__________________
Ade
Themessence - Studiograsshopper

WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget

Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL!
Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort.
 

Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Excluding Posts Except From Specific Category rishel General Discussion 3 06-21-2009 12:33 PM
Excluding A Category from Sub Nav Bar redgiraffe General Discussion 1 11-11-2008 11:17 PM


All times are GMT -5. The time now is 05:01 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.