Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your site so we can see the problem?

    Thread Starter spongevan

    (@spongevan)

    Sorry, I’m working locally. The issue is that the featured images that should introduce the posts excerpts are not showing in the main page (most recent posts page).

    Hmm, that’s kinda strange. The theme says it supports featured images but I couldn’t find a call to get_the_post_thumbnail or the_post_thumbnail. You’ll have to add that function call manually, somewhere around the call to the_content or something similar.

    Theme Author vee

    (@okvee)

    Hello

    Yes, it does support featured image.
    As i said support featured image means i was added add_theme_support('post-thumbnails'); in functions.php of the theme that author can have an option to set featured image.

    No, i did not call to any featured image functions (both get_the_post_thumbnail or the_post_thumbnail).
    This theme is not ‘ready to use’ for end user (site admin, authors).
    It is the theme that is based on Bootstrap v.3 for any theme developer to start build their theme with Bootstrap v.3.
    You may have to call to featured image functions yourself at the position you want.

    Sorry for inconvenient

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