Recent Topics

1 Jan 26, 2006 21:19    

I am looking to change the way the categories are shown in my aggregate blog. I would like to only list the category names and number of posts, and take out the name of the individual blogs.

I would think it would be pretty easy, but I have been playing around a little while now and have not been able to figure it out.

Is this possible?

UPDATE:

If you are interested, all you need to do is remove the following from the skins/_catgerories.php file:

echo $cat_blog_start;
			?><a href="<?php blog_list_iteminfo('blogurl', 'raw') ?>"><?php blog_list_iteminfo('name', 'htmlbody') ?></a>
			<?php
			echo $cat_blog_end;


You should find this around line 122.

2 Jan 26, 2006 23:50

davel454,

Welcome to the b2evolution forum. Glad you got it sorted and thanks for posting your solution (I just modded the title a bit, to help others find your, if they're searching for it).

Cheers,


Form is loading...