I am currently customizing the home page of my word press installation.
Unlike the default, this page will be setup to change based on what user view it.
in one of the areas on the main page,
There is a 'MyBlogs'
this will show a list of the blogs you own. I want it to print like this:
example: blogname role edit view
paxes_blog adminstrator edit view
computer_news editor edit view
(edit and view are links)
the function get_blog_list() gets me most of the information, like url or blog id. but it does not give me what role they have. I also want to use the blog title, and not its url title.
I tried changing variable in $current_blog, and then use 'get_option' but it will still only work on the root blog.