oshratdo
Member
Posted 6 months ago #
Hi,
Is there a way to display the same number of posts on all pages?
I would like to display 9 posts on all pages. I have one sticky post so I set the "Blog pages show at most" to 8. The front page shows 8+sticky, so it nicely displays 9 posts. The next pages, however, show only 8 which looks strange an uneven. Is there a way to work around this?
I am using WordPress 3.0.4, Imbalance 1.19 theme.
Thanks,
oshrat
I believe that the way sticky posts work means that they only show up on the front page. My initial though is that on all the other pages you would need 2 loops - 1 that only picks up the sticky post, and then the second, main loop. I know it's not the neatest, but it's the only way I can think off due to the different behaviour on different pages.
Thanks.
oshratdo
Member
Posted 6 months ago #
Thanks. Do you know how and where I can add such loops?
Propably in a file calle page.php, but I honestly can't say for sure without knowing your website design.
oshratdo
Member
Posted 6 months ago #
ok, thanks. I'll take a look.