Found it.. i did it using:list author plugin
changed the list-post-authors-plus.php
deleted the:
$return .= $link . '<ul>';
$return .= $link . '<li>';
$return .= $link . '</ul>';
changed the following code:
$return .= $link . '</li>';
to
$return .= $link . ' ';
you can add more
if you want more space between the names of authors. ??
it will result into:
This
it worked for me so please don’t blame me if it won’t for you.. remember to back up your files.. You can change the settings(show post count,exclude/include etc) by using the widget or editing your theme’s sidebar.php just read the readme.txt file and you’ll get it, follow the same instructions.