Title: Theme issues
Last modified: April 8, 2017

---

# Theme issues

 *  Resolved [joxocafeco](https://wordpress.org/support/users/joxocafeco/)
 * (@joxocafeco)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/theme-issues-27/)
 * 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](https://wordpress.org/support/users/ilovewpcom/)
 * (@ilovewpcom)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/theme-issues-27/#post-9014675)
 * 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; ?>
       ```
   
    -  This reply was modified 9 years, 2 months ago by [Dumitru Brinzan](https://wordpress.org/support/users/ilovewpcom/).

Viewing 1 replies (of 1 total)

The topic ‘Theme issues’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oncanvas/1.0.10/screenshot.png)
 * Oncanvas
 * [Support Threads](https://wordpress.org/support/theme/oncanvas/)
 * [Active Topics](https://wordpress.org/support/theme/oncanvas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oncanvas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oncanvas/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dumitru Brinzan](https://wordpress.org/support/users/ilovewpcom/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/theme-issues-27/#post-9014675)
 * Status: resolved