Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1108605
    kenas
    Participant

    Hi, i am trying to make my category pages with small excerpts with image and title only and if posible a lot more smaller and in a list type, not a grid. Remove post date, author and the icon beside it.

    http://goo.gl/lbZrkH

    Also, post are showing featured images inside post, maybe i would like to remove this as well.

    #1108681
    Lely
    Moderator

    Hi There,

    Please add this CSS on Appearance > Customize > Custom > Edit Global CSS:

    .category .entry-featured {
        max-width: 30%;
        margin: 0 auto;
    }
    .category p.p-meta {
        display: none;
    }
    .category .entry-title:before {
        content: "";
    }
    .single-post .entry-featured {
        display: none;
    }

    Hope this helps.

    #1108759
    kenas
    Participant

    Thank you, really helped but i still miss something.

    Is it possible to place the image in the left and text beside it ?

    #1108943
    Rahul
    Moderator

    Hey There,

    Can you please be more specific about your requirement. It’d be really helpful for our staff to give you a perfect solution.

    Thanks for understanding!

    #1109000
    kenas
    Participant

    something like this, ie post showing a image in the left hand side and some text (excerpt) beside it.
    http://goo.gl/JjHrKm

    #1109107
    kenas
    Participant

    also, remove icon and date from the inside post.
    http://goo.gl/aAgwlh

    #1109458
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .category .entry-featured {
        max-width: 30%;
        float: left;
        margin-right: 5%;
    }
    .entry-title:before, .p-meta {
    display: none;
    }

    Hope this helps.

    #1110000
    kenas
    Participant

    It does Help ! Thankk you very much for your quick reply

    Regarding excerpt :

    http://goo.gl/lbZrkH

    How can i choose what text to show on excerpt ?
    I mean, i just need the first text as excerpt and it´s taking the whole post basically.

    #1110022
    Thai
    Moderator

    Hi There,

    Please edit your post, then add your text you want to show to the excerpt field:

    http://i.imgur.com/7O2SePM.png

    Hope it helps 🙂

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