Hi,

I have a problem, I have a site with 3 blogs and I can access them by the URL http://mysite/blog/4 , http://mysite/blog/5 and http://mysite/blog/6. By default, Drupal shows me the 30 recent entries in one page and the 31st entry is paged to other page.

How can I change the entries to be paged? I want 15 per page instead of 30.

Thanks for all and sorry for my English.
Álvaro

Comments

esllou’s picture

Use Views module to over-ride the default blog listing and set everything up as you like.

maartenvg’s picture

You can edit this at http://yoursite.com/admin/content/node-settings . There you can set it to 15. This will limit the frontpage of your website to 15 as well.

alraben’s picture

Ohhh Thanks,

I believe that that options only affect to the nodes that appear in the frontpage ... not in blogs page!!!!

Thanks for all.
Álvaro

esllou’s picture

no, it effects blog page too. If you want to change ONLY blog page, you'll need to do Views module that I mentioned before.

alraben’s picture

Thanks