• Resolved joxocafeco

    (@joxocafeco)


    Can you tell me how to

    1. Remove “Latest Posts” text from the homepage
    2. Remove the featured image from showing up on the single post page above the title.

Viewing 1 replies (of 1 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    1. Go to Appearance > Editor > index.php and delete this code:

    <?php if ( is_home() && !is_paged() ) { ?><p class="widget-title archive-title"><?php _e('Recent Posts','oncanvas'); ?></p><?php } ?>

    2. Go to Appearance > Editor > single.php and delete this code:

    <?php if ( has_post_thumbnail() ) : ?>
    <div class="thumbnail-post-intro">
    	<?php the_post_thumbnail('large'); ?>
    </div><!-- .thumbnail-post-intro -->
    <?php endif; ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Theme issues’ is closed to new replies.