Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1171298
    Gonab
    Participant

    Dear Xtheme Staff,

    I would like to know how to show the featured images also when visiting a certain category page.

    For example, in my website when you visit: https://www.thundergryph.com/category/blog/ you can see an image for each post, but when you access https://www.thundergryph.com/category/news/ there is none. How can I fix this?

    Also, is there any possibility to show more than 4 recent blog posts in the index page? Maybe doing it in two different rows, 3 in top and 3 at the bottom.

    Thanks!

    #1171349
    Thai
    Moderator

    Hi There,

    Please find and remove this custom CSS:

    .entry-featured {
        display: none;
    }

    Hope it helps 🙂

    #1178727
    Gonab
    Participant

    Hi Thai,

    Thanks for the reply!

    is there any possibility to show more than 4 recent blog posts in the index page? Maybe doing it in two different rows, 3 in top and 3 at the bottom. This is the webpage http://www.thudergryph.com

    #1179097
    Christopher
    Moderator

    Hi there,

    Yes, it’s possible.
    Add another recent posts element and set offset to select the initial offset of posts.

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1171298 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>