Your links where? Your topic title seems to indicate this is for comments? More info please.
Thread Starter
ashhh
(@ashhh)
On the main page… [screenshot]. Like that. But instead of having it go under each other like..
NAME
NAME
I want it like..
Name, Name, Name…
Look over the information on the ‘before’ and ‘after’ parameters for wp_list_bookmarks(), assuming you’re using this to generate the bookmark list, and are not using widgets in your theme:
http://codex.wordpress.org/Template_Tags/wp_list_bookmarks
An example based on your request would be:
<?php wp_list_bookmarks('before=&after=, '); ?>