Forum Replies Created

Viewing 1 replies (of 1 total)
  • tom4ski

    (@tom4ski)

    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)