jgilman 1 Report post Posted May 27, 2011 Sorry if this is already covered elsewhere, couldn't find it. I have a feature and boxes on my main page http://wheego.net/more/ I do not want these on my category pages: http://wheego.net/more/category/press/ http://wheego.net/more/category/press-releases/ How can I use the template setup to achieve this given that they are all post pages? Thanks guys. Share this post Link to post Share on other sites
kastelic 6 Report post Posted May 27, 2011 I would just hide them with CSS, for example: .archive #boxes, .archive #feature {display:none} The reason that i used .archive instead of .category is that then you would still see the features and boxes when someone clicks on a tag. Share this post Link to post Share on other sites
jgilman 1 Report post Posted May 27, 2011 Done. Thanks Jimmy. Share this post Link to post Share on other sites