is there a way to have a blog in drupal 7 in which one page will have listings of all blog pages?

Comments

lobcat’s picture

(bump)

mjohnq3’s picture

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.

tdurocher’s picture

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

Quaizerman’s picture

Yeah...

The same for me...

Only one entry for page, hehehe.

Hugs.

EL CO

kalanh’s picture

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).

Source: http://drupal.stackexchange.com/

garryh’s picture

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.

Codeblind’s picture

You can create a view that is of the page type and have it display all titles for nodes of type blog.