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! Best of Resources for wordpress theme development install and update the wordpress plugins without providing ftp access how to add the google plus button code for wordpress without plugin Add Feedburner RSS feed email subscription form in wordpress without plugin How to add the custom post type in wordpress navigation or menu How to implement the Jquery UI datepicker in wordpress
great.