Forums
(@remi-broeiend)
11 years, 10 months ago
Though a blog id is your best option, in answer to your question:
$blogname = get_bloginfo('name'); if ( $blogname == 'yourblogname ) { // do stuff echo 'hello'; }