• Resolved misskontiki

    (@misskontiki)


    Hi,

    I really love your theme, I just have one thing that I really whant to change but can′t:
    When I open the page that contains all my blog posts, it only shows the title of the posts with a short description but no thematic picture…This looks some kind of boring as it is extremely important especially for a blog to see at least one pic as a trigger to click on the post.

    The thematic pic will only be shown at the starter page (recent posts).
    Could you give me a solution for that?

    Thank you :))

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello misskontiki,
    Can you please share the URL of the page where you are facing this issue?

    Divjot

    Thread Starter misskontiki

    (@misskontiki)

    Dear Divjot,

    sure:
    https://www.misskontiki.com/category/reiseblog/

    When you click on this link, the different blog posts with title and description appear but without any thematic picture…

    When you go to “Home”, there the start pics of the recent blog posts will be shown.

    Thank you for your help :))

    Kind regards,
    Nina

    Hello Nina,
    Open the content-search.php file in the theme directory and after </header> add the following code –

    <?php
    if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
    the_post_thumbnail();
    }
    ?>

    It should display the featured image of the post.

    This feature would be integrated in the theme in the next update.

    Divjot

    Thread Starter misskontiki

    (@misskontiki)

    Dear Divjot,

    thank you so much!!! It worked out great ??

    You’re welcome !!!
    If you like the theme, kindly leave a review for the theme here !!!

    And a HAPPY NEW YEAR to you ??

    Thread Starter misskontiki

    (@misskontiki)

    Thank you I definitely will!

    Happy new year to you too ??

    I have to ask another question but don′t know if this one is really connected to the theme itself.
    I downloaded the SEO Yoast plugin, but it doesn′t work. Would it be possible that the theme blocks the SEO plugin so that my title and description will not be shown at Google search?

    Thank you so much for your help!!!

    Hello misskontiki,
    Theme is totally SEO friendly.
    If you are facing an issue with the SEO plugin, kindly contact the plugin support. They will be able to help you in a much better way.

    Divjot

    I had the same problem as solved as well.

    Now my only problem that remains is about the fact that the post title be below the photo, and not above, as in the site of MissKontiki…

    How can I solve?

    Site: https://www.samileseber.com/category/posts/

    Regards,

    Hello michelmetran,
    I will appreciate if you start your own thread.
    It will be beneficial for the whole community.

    Divjot

    Sorry for the late response (I was having problems with my server).
    Now already been fixed… with the last update…
    In the next doubts I use a new thread.
    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Missing pic next to blog post’ is closed to new replies.