Title: tom4ski's Replies | WordPress.org

---

# tom4ski

  [  ](https://wordpress.org/support/users/tom4ski/)

 *   [Profile](https://wordpress.org/support/users/tom4ski/)
 *   [Topics Started](https://wordpress.org/support/users/tom4ski/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tom4ski/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tom4ski/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tom4ski/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tom4ski/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tom4ski/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permanent Text on Home/Posts Page](https://wordpress.org/support/topic/permanent-text-on-homeposts-page/)
 *  [tom4ski](https://wordpress.org/support/users/tom4ski/)
 * (@tom4ski)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permanent-text-on-homeposts-page/#post-784640)
 * I’ve found this solution:
 * <?php if (is_home()) { ?>
    YOUR TEXT <?php } ?>
 * or to style it like your post
 * <?php if (is_home()) { ?>
    <div class=post> <h2>Heading</h2> YOUR TEXT </div>
   <?php } ?>
 * Just paste this code into index.html or home.php before posts.

Viewing 1 replies (of 1 total)