frontier 0 Report post Posted August 30, 2011 How do i create a "homepage" with a Feature and show my latest posts, but with no feature on POSTS PAGES. I can only seem to find a way that puts the feature on the default homepage AND my category landing pages, Search results, etc. (this would be ideal) "homepage" Feature Latest posts with summary text "news category" posts page No Feature Category posts with summary text thanks Share this post Link to post Share on other sites
Rob 547 Report post Posted August 30, 2011 Hi, can we have a link to your site? Also, do you mean something like this site? http://www.epicurus.com/Glossary (see the Categories too, under the 1st menu item). Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
frontier 0 Report post Posted August 30, 2011 *edit = (removed links) I dont want the feature on the second link, but cant figure out how to keep it on the first link. (your site timed out for me so i couldnt compare) Share this post Link to post Share on other sites
Rob 547 Report post Posted August 30, 2011 Okay... Pick and choose from the following and apply the ones you want to your custom CSS. These snippets will remove the feature slider from the types of pages specified, leaving your homepage alone. .category #feature{display:none;} .search #feature{display:none;} .archive #feature{display:none;} Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites