Closed (fixed)
Project:
W̶P̶ B̶l̶o̶g̶ (obsolete)
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2011 at 23:26 UTC
Updated:
9 Sep 2011 at 14:31 UTC
The wordpress blogs I've seen have a sidebar listing of recent posts by post title along with the date listing for past posts. Is there any way to do that with this module?
Comments
Comment #1
manarth commentedThe WP Blog module provides a block which outputs a list of recent posts - if you take a look at my blog (http://deglos.com/) you'll see this in action in the right-hand sidebar (under Blog Archive).
Is that what you're looking for?
Comment #2
tranquillus commentedI have the blog archive (by date) working, but I was wanting a "recent post" block with the titles listed. If you look at the blog located here (it's just one I ran across -it's not mine) http://lifeintheboomerlane.wordpress.com/2011/04/11/ouija-board-a-do-it-... and see in the right sidebar above the date archive, that's what I had in mind.
Comment #3
Home Place commentedThis would seem to be a standard feature. Also, wouldn't it make sense to integrate this module with the existing Blog module?
Comment #4
manarth commentedFixed in 7.x-1.x branch: added a view (which exposes a block) that provides a list of the 5 most-recent blog posts.
The list is in the format:
- title
xxx ago
e.g.
17 min 41 sec ago
17 min 53 sec ago
As with all views, the fields and formatting can be customised by site-administrators as needed.
Comment #5
manarth commentedPossibly. However, blog is in core (although how long it stays in core is another question) which affects the pace of change of the module. The WP Blog module also has a different use-case: this is deliberately imitating the Wordpress-style of blog. I'm not planning to change the approach right now, but if anyone would like to develop a patch I'd certainly be happy to review it and reconsider the benefits of integrating with core's Blog module.