I'm transferring my css gallery site to a wordpress platform, and it has gone fine. Except I'm having difficulty with showing 12 posts on the index.php page - it shows 10 posts and leaves the two spaces at the bottom empty. Is there a way to configure how many posts you display?

Not sure exactly which page of code to show...

Any ideas? Thanks

Recommended Answers

All 2 Replies

there should be a variable of $postnum i think. find it and check the functions file.

I'm transferring my css gallery site to a wordpress platform, and it has gone fine. Except I'm having difficulty with showing 12 posts on the index.php page - it shows 10 posts and leaves the two spaces at the bottom empty. Is there a way to configure how many posts you display?

Hi! Assuming 2.7.1, go to your WP admin Dashboard page, in the sidebar choose Settings -> Reading. Set Blog pages show at most 10 to a higher number...

There are also many ways to modify the code in your index.php or home.php to conditionally display numbers/types of posts--go to the forums at Wordpress for lots of ideas.

good luck!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.