I have a wordpress multisite installtion with 5 sites within, the multisite is called Lifestyle
- Homes
- Cars
- Architecture
- Holidays
- Communities
I am trying to get the blog name, for each blog when viewing in my theme, every function I use returns ‘Lifestyle’.
I have tried;
get_bloginfo('name');
get_bloginfo();
global $current_site; var_dump(get_current_site_name($current_site));
get_current_blog();
none of the strings or objects returned contain the blog name, they all contain the site name “Lifestyle” can anyone offer any advice…
This is what you need:
Have a nice multisite! 🙂