Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Enabling the included Blog module in Drupal 7, creating some Blog entries, and then going to: yoursite/blog will show a listing of all the published Blog posts. If more than one user has created Blog posts, then clicking on the their name (link) below any posts they created will show a listing of only their posts.
Of course you can also use Views to create any custom listings you may require.
Even though I only have 5 entries, my blog listings are paged with a single entry per page. This can't be right. But I can't find anywhere in D7 to change this? And I've been searching everywhere. Anybody help?
Actually, I now notice it seems to be all my listing pages. But the only control I can find is Front Page Posts and I have that set to 10. It is not theme related.
Since this thread appears near the top of searches, I thought I'd post the solution.
For Drupal 7:-
There is a setting here admin/config/system/site-information for control post numbers on pages like blog, fornt etc called Number of posts on front page.
As description says :- The maximum number of posts displayed on overview pages such as the front page.
Its controls the default /blog landing page.
Other way you can control by views, if want to display blog on different page (other than default /blog).
Comments
(bump)
(bump)
Enabling the included Blog
Enabling the included Blog module in Drupal 7, creating some Blog entries, and then going to: yoursite/blog will show a listing of all the published Blog posts. If more than one user has created Blog posts, then clicking on the their name (link) below any posts they created will show a listing of only their posts.
Of course you can also use Views to create any custom listings you may require.
Single Entry Per Page
Even though I only have 5 entries, my blog listings are paged with a single entry per page. This can't be right. But I can't find anywhere in D7 to change this? And I've been searching everywhere. Anybody help?
Actually, I now notice it seems to be all my listing pages. But the only control I can find is Front Page Posts and I have that set to 10. It is not theme related.
Tom Durocher
The same for me
Yeah...
The same for me...
Only one entry for page, hehehe.
Hugs.
EL CO
Ancient post, but worth updating...
Since this thread appears near the top of searches, I thought I'd post the solution.
Source: http://drupal.stackexchange.com/
I've been trawling through
I've been trawling through the Blog module for something I could hook into ...
Too easy. I would never have guessed that this also affected the Blog user page. That should be made more obvious.
I really appreciate your post. Thanks.
You can create a view that is
You can create a view that is of the page type and have it display all titles for nodes of type blog.