• Resolved carlahei

    (@carlahei)


    For theme Color Blog. I would like to show my posts on the posts page without an excerpt, just the title. But there is no option to just show the title, and of course the image with tags. Is there an option or code to hide the excerpts?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @carlahei

    Can you please add this css code at an additional css field inside the customizer panel.

    .home .entry-content, .blog .entry-content {
    	display: none;
    }

    Thanks,

    Thread Starter carlahei

    (@carlahei)

    Hello Mystery Themes,

    That didn’t help, it did hide content, but I have a static homepage, so after I added the code it didn’t show my introduction texts and all my content on the static homepage anymore.
    I would like to hide the excerpts on the post pages.
    This page:
    https://bonappetitvegetarisch.nl/?cat=1

    Best regards, Carla.

    Thread Starter carlahei

    (@carlahei)

    Maybe to be more specific: I would like to hide the post excerpts. I want to display just the posttitle, the post image and the category labels. But not the excerpt. Because I have a recipe site it looks a bit cluttery when you see the excerpt below the post title, like saying what ingredients they need to cook that recipe, and then it stops all of a sudden and they have to click: Read more. If I could just show the title it will look more neat and clean.

    Carla.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @carlahei

    Please use this code.

    .archive .entry-content {
    	display: none;
    }

    Thanks,

    Thread Starter carlahei

    (@carlahei)

    Hello Mystery Themes,

    That worked great! Thank you so much for the code and for your quick reply.

    Best regards, Carla.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @carlahei,

    Happy to support you and resolve your issue. Please leave an honest review, few comments would be hugely appreciated.

    Regards,
    Mystery Themes

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Post display’ is closed to new replies.