How to add the some text or HTML code on home page – WordPress Posted on June 2, 2009 by Wordpress API Sponsors If you want to add some different text or HTML code just use following code: <?php if (is_home() { ?> HTML CODE GOES HERE OR TEXT <? } ?> Have fun! You may like following Articles! add javascript and css files into wordpress theme Show the comments from custom post type in wordpress How to include the jquery-ui in wordpress Change uploaded image name to post slug during upload using variables Solved: qTranslate slug with Widget not working with pages Send email through wp_mail in html format with wordpress
great.