Recent Topics

1 Nov 06, 2006 10:47    

I have a blog called Upclose & Personal, in which case the & is not converted to a & when displaying all the blogs categories in the categories plugin.

Heres the fix


				echo format_to_output(blog_list_iteminfo('name',false), 'htmlbody');


instead of


				echo blog_list_iteminfo('name');


Form is loading...