mcburkhead 0 Report post Posted July 16, 2011 I currently set the post number at 7 through Settings>Reading which is great for the look of my home page. But I want to show more posts on the video, photos, and general archives pages. Any ideas? GoNoke.org Thanks ahead of time, I'm a convert from Arras theme to Platform and couldn't be happier. Share this post Link to post Share on other sites
kastelic 6 Report post Posted July 16, 2011 Set it to the maximum you will need in Settings->REading. Then you can incorporate a bit of code using the pagelines_inside_top_theloop or pagelines_before_theloop (i can't remember which, try both) hook. Your code will look like this: if (is_home()){ query_posts( 'posts_per_page=7' ); } Share this post Link to post Share on other sites
mcburkhead 0 Report post Posted July 16, 2011 Resolved! Thanks for the help. I'm pretty good at CSS but Hooks are new to me. Thanks again! Share this post Link to post Share on other sites