Recent Topics

1 Mar 11, 2008 21:43    

My b2evolution Version: 2.x

I'm using 2.4.0-rc2 and want to display a list on the sidebar of the 10 most recent posts. I am using the archives plugin to display on the sidebar the most recent 20 or so archives but can't see how to display links to the last X recent blog posts.

2 Mar 11, 2008 21:51

Try this
Go to the following file
blogs ->inc->widgets->widgets->_coll_post_list.widget.php

at around line no 77 you will find...

'limit' => array(
					'label' => T_( 'Display' ),
					'note' => T_( 'Max items to display.' ),
					'size' => 4,
					'defaultvalue' => 20,
				),

Change => 20 to the number you want

3 Mar 11, 2008 22:59

I'm trying to add the links to the last X amount of posts on my sidebar. Will this do the trick and how do I call it?

4 Mar 11, 2008 23:17

Example of the last 20 Recent Posts
http://wow-factor.com/index.php#info

While thats in my footer, all you have to do is go to your "widgets" tab, find the Sidebar grouping and click on ADD Widget.
That will take you to your list of widgets, simply add Post List to it

5 Mar 12, 2008 03:33

Thanks, that'll do the trick!


Form is loading...