Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi kplyons,
    you can do it but you have to edit the code of the theme.
    You must edit the content.php file and, in line 8, enter this code:

    <?php
    if ( '' != get_the_post_thumbnail() ) {
    echo '<div class="entry-featuredImg"><a href="' .get_permalink(). '">';
    the_post_thumbnail();
    echo '</a></div>';
    }
    ?>

    PS: This feature is available on Fortunato PRO and can be activated/deactivated directly from the theme options.

    Best Regards,
    CrestaProject

    Thread Starter kplyons

    (@kplyons)

    Excellent! Thank you. I looked at Pro but didn’t realize that was included. I will check it out.

    Thanks Again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing "Recent Posts" Formatting on Home Page’ is closed to new replies.