Recent Topics

1 Jan 16, 2009 04:46    

My b2evolution Version: 1.10.x

In the multiblogs example,
http://mezzocdi.com/blog/multiblogs.php
, how would I change how many posts the #2 Post area displays? I only want it to display about 6.
-Thanks

2 Jan 16, 2009 11:53

			<?php
			$BlogBList = & new ItemList2( $Blog_B, $timestamp_min, $timestamp_max, $posts );

Change the $posts to the number of your choice ;)

¥


Form is loading...