Wordpress Conditional Tag (is_home)

<?php if (is_home()) { ?> <p>Welcome to my website, this is the home page!</p> <?php } ?>
Conditional tag for Wordpress - If statement. Can be used with a huge list of tags, available on the Wordpress Codex page : http://codex.wordpress.org/Conditional_Tags

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.