leighlg 0 Report post Posted May 3, 2011 Hi, How do I set the feature so that it's default is to not appear in platform pro? I want to create a home page similar to White House and as far as I can tell, that involves putting the feature in the banner. I want it on the home page but not on any other pages. Leigh Share this post Link to post Share on other sites
Kate 3 Report post Posted May 3, 2011 Hi Leigh, Are you using a "static" home page? Then you can simply assign the "Feature" template as the template to use for your "home" page. However, if you'd like to keep the default home page (showing posts, etc.), then the easiest solution is some custom CSS. Something like this should do the trick: #feature{display:none;} .home #feature{display:block;} Share this post Link to post Share on other sites
leighlg 0 Report post Posted May 3, 2011 Thanks for the help. I'm very new to this so I appreciate your assistance. How do I set a static home page? That sounds like the way to go. Share this post Link to post Share on other sites
catrina 103 Report post Posted May 4, 2011 To set a page as a static home page, go to Settings > Reading on your Dashboard and select the "A static page" option for the front page display. From there, you can follow Kate's suggestion about the Feature template. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
leighlg 0 Report post Posted May 4, 2011 Thanks Katrina. I'll give that a shot. Share this post Link to post Share on other sites