• Resolved Asif Mansoor

    (@infozonepk)


    Hi,

    I have shifted from Live Wire theme to StrapVert but the thumbnails of posts are not being shown at front page after shifted to StrapVert.

    How to solve this issue ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Make sure your functions.php has this line of code:

    add_theme_support( 'post-thumbnails' );

    Then, wherever your image is supposed to show, add this:

    if ( has_post_thumbnail() ) {
    	the_post_thumbnail();
    }

    Hope that helps!

    Thread Starter Asif Mansoor

    (@infozonepk)

    the first line is already added, please tell me that where I add the last code (On which line/Before the line/exact location):

    if ( has_post_thumbnail() ) {
    the_post_thumbnail();
    }

    Thanks,

    Asif

    Theme Author Brian Harris

    (@zgani)

    Hello Asif,

    You don’t need to add any code as its all already done in the theme. What you need to do is add featured images to your posts and the theme will do the rest.

    If you are still having this issues after having added featured images then please post a link to your site so that I can take a closer look.

    Thread Starter Asif Mansoor

    (@infozonepk)

    Hi,

    Check my site here (www.infozonepk.com). Here in this theme you see all thumbnails with posts.

    But when I shifted to StrapVert thumbnails of posts on main page did not appear.

    Weather I have to added again the image as featured image to all posts ?

    Look and some help!

    Theme Author Brian Harris

    (@zgani)

    Hello Asif I’m currently away attending a family wedding hence the delay in reply.

    Can I ask you to open a ticket via the support link at wpstrapcode.com and I’ll pass you my email so you can send me a screenshot of the site. At the moment I can not analyze the site as the theme is not active.

    Thanks,
    Zulf

    Thread Starter Asif Mansoor

    (@infozonepk)

    I have generated the Ticket and you can see the screenshot in link and you will see that its main page and the thumbnails are not showing here after converting to StrapVert Theme.

    Link:
    Screenshot

    Thanks,

    Asif

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Thumbnails of Posts not Showing on Front Page’ is closed to new replies.