/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
global $blog_id; $blog = get_blog_details($blog_id); $name = $blog->blogname; // See: http://codex.wordpress.org/WPMU_Functions/get_blog_details
URL: http://codex.wordpress.org/WPMU_Functions/get_blog_details