• Resolved tylerking

    (@tylerking)


    I wanted to know if there was away to create an if statement that would show a different slider based on the name of the blog. I am guessing it would be something similar to this:

    <?php {
    	if blogname("MLB") {
    		echo  get_royalslider(1);
    	} else if blogname("NBA") {
    		echo  get_royalslider(2)";
    	} else if blogname("MLL") {
    		echo  get_royalslider(3)";
    	} else {
    		echo  get_royalslider(1);
    	}
    } ?>

    Any thoughts?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can you create an if statement based on the blogname?’ is closed to new replies.