Home >

Wordpress Adding Welcome Note on home Page using is_home() Tag

3. March 2011

Some People want to have Welcome Note on home page, you need to use following code.

 

<?php if (is_home()) {
// Main Page Top welcome Text
echo " Add Your Welcome Note here";
// and now back to our regularly scheduled home page
} ?>

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading