Remove Excerpt length from posts - by equality

This topic has 17 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp

  • Avatar: equality
    equality
    Participant
    December 13, 2016 at 11:26

    Hello
    I want to completely remove the words that appear below posts.If i go to Theme Options > Blog Layout > Excerpt length (words) and enter 0 it still diplays “…”
    http://prntscr.com/ditsvk
    Thanks

    16 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2016 at 12:02

    Hello,

    Please add this code in Custom CSS:

    .blog .content-article p {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: equality
    equality
    Participant
    December 13, 2016 at 20:19

    This code does not make anything!
    thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    December 13, 2016 at 20:43

    Hello,

    Please show the page where you want to remove excerpts and provide WP Dashboard credentials.

    Regards,
    Eva Kemp.

    Avatar: equality
    equality
    Participant
    December 13, 2016 at 22:23

    Ok,thank you

    Please, contact administrator
    for this information.
    Avatar: equality
    equality
    Participant
    December 14, 2016 at 10:44

    Or for example to the categories

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2016 at 11:25

    Hello,

    Try to add this code in Custom CSS:

    .vc_gitem-post-data-source-post_excerpt {
        display: none;
    }
    .category .blog-post .content-article p{
        display:none;
    }

    Regards,
    Rose Tyler.

    Avatar: equality
    equality
    Participant
    December 14, 2016 at 11:58

    I have changed the Blog Layout to mosaic and to the categories page not work.
    Can you please take a look?
    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 18:40

    Hello,

    Are you reinstalling WordPress now?
    We can’t access your site.

    Regards,
    Eva Kemp.

    Avatar: equality
    equality
    Participant
    December 14, 2016 at 19:03

    Yes,there is a problem with my database now,i will send you a message soon to look back.
    Thank you for the patience!

    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 19:26

    Hello,

    Ok, looking forward to your reply.

    Regards,
    Eva Kemp.

    Avatar: equality
    equality
    Participant
    December 15, 2016 at 15:51

    Hello,
    everything it’s ok now with the site.
    So,i have set the code
    .vc_gitem-post-data-source-post_excerpt {
    display: none;
    }
    that remove from the post grids the content.
    The other code
    .category .blog-post .content-article p{
    display:none;
    }
    does not remove the content from categories as you can see here
    (The content here is a shortcode for a plugin).
    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 18:58

    Hello,

    To remove excerpt from category page please use this css code:

    .content-article {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: equality
    equality
    Participant
    December 15, 2016 at 19:46

    This code remove also the content of post.
    Without code: http://prntscr.com/djv67l
    With code: http://prntscr.com/djv70n

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 20:14

    Hello,

    Then please change the code to this one:

    .category .content-article {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: equality
    equality
    Participant
    December 15, 2016 at 20:27

    Super!Thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    December 15, 2016 at 20:36

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 17 results - 1 through 17 (of 17 total)

The issue related to '‘Remove Excerpt length from posts’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.