By alraben on
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
Use Views module to
Use Views module to over-ride the default blog listing and set everything up as you like.
You can edit this at
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.
Ohhh Thanks, I believe that
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
no, it effects blog page
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.
write a simple pager query
http://www.programmingbulls.com/how-write-simple-pagerquery-drupal-sortable
Thanks
Thanks