Recent Topics

1 Nov 10, 2007 09:13    

My b2evolution Version: Not Entered

The documentation says you can link 3 blogs but I have read in other areas that more than 3 blogs can be linked onto one page.

Which one is correct? and how to do it?

2 Nov 10, 2007 20:21

If you are using B2rvo version <= 1.10.x:

to add more blogs, copy the part between:

=== START OF BLOG C ====


and

=== END OF BLOG C ===


and paste it after this last line. Then you want to change:

$blog = 4;		// Linkblog now
$Blog_roll = Blog_get_by_ID( 4 ); // Blog roll


to the blog number you want to display (change "4" into something different).

In a similar way you can add as many blogs as you want, but the list will tend to grow huge.

Good luck


Form is loading...