On August 9, 2013 at 7:24 am
Open up index.php and add this:
<?php if ( is_home() ) { ?>
<div id="thn_feed"><p>
your feed code here...
</p></div>
<?php } ?>
after this:
<!--Welcome message END-->
then add this to your stylesheet:
/*Welcome Message*/
#thn_feed{ width:90%; padding:5%; font-size:14px; color:#888; text-align:center; float:left; margin-top:30px; background:#fff; box-shadow:0px 0px 2px rgba(0, 0, 0, 0.10);-moz-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.10); -webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.10);}
#thn_feed p{ line-height:21px;}