• Hi,

    My wordpress site is Home Chunk running on My iPhone theme.

    I need suggestion on adding Feature Image. The issue is that when I Set a Featured image, a thumbnail appears on the actual post also. Please hep remove that thumbnail.

Viewing 2 replies - 1 through 2 (of 2 total)
  • From within your iPhone theme, you’ll need to modify the template file that your posts use to display the content, since it’s also displaying the thumbnail (which you want to remove).

    Look for a file called single.php. From this file, look for a PHP function call named the_post_thumbnail(). Comment out this function call and all of its wrapper tags. If this has the effect you want, you can take this code out of the template file.

    I don’t have the theme you have, but this should fix your problem. If there’s no single.php file or it doesn’t contain the above function call, lemme know and we’ll debug from there.

    Thread Starter hitithard100

    (@hitithard100)

    Great, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image Issue’ is closed to new replies.