johnitsa 0 Report post Posted April 18, 2011 Hey guys, Here's what I'm working with: PlatformPro on WP 3.1.1 Front page display set to 'static page' (Home page pointing to a Features template page) Is there any way to list the most recent posts on my blog at on a features page (underneath the features slide, instead of the actual page content)? I would like to use the design and layout of the standard posts page, and hard coding this into the post would make me lose the flexibility offered by the framework. Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 18, 2011 Then you should use the traditional blog home page but activate the Feature Section on the Posts Page Template Area Share this post Link to post Share on other sites
johnitsa 0 Report post Posted April 19, 2011 Hey Adam, Thanks for your answer. The home page looks exactly as I want now, but unfortunately that doesn't fully solve my issue though, as it also shows the feature slider on other posts pages (like categories, for instance). Is there any way to force the Features Page template to load on the home page, for example, via home.php? I wouldn't mind writing a few lines of code, but up to this point, I haven't managed to completely figure out how the template engine works. Thanks again, Andrei Share this post Link to post Share on other sites
Kate 3 Report post Posted April 19, 2011 Hi Andrei, Yes, it would be possible to do it with custom PHP. Or, you could hide it with CSS on the other pages (though of course it would still be loaded). Share this post Link to post Share on other sites