• Resolved krynsky

    (@krynsky)


    I saw the post about hiding the meta and was trying to also hide the blog excerpt. I tried adding the the blog.excerpt line to the code below but it’s not working:

    .entry-meta .entry-date.published,
    .entry-meta .entry-date.updated,
    .entry-meta .cat-links,
    .entry-meta .comments-link,
    .entry-meta .posted-on,
    .entry-meta .blog-excerpt,
    .entry-meta .updated-on {
    display:none;

    Can you let me know what I’m doing wrong?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author voidthemes

    (@voidthemes)

    Hello,
    First problem I am seeing here is you did not close the bracket . so it should be

    .entry-meta .entry-date.published,
    .entry-meta .entry-date.updated,
    .entry-meta .cat-links,
    .entry-meta .comments-link,
    .entry-meta .posted-on,
    .entry-meta .blog-excerpt,
    .entry-meta .updated-on {
    display:none;
    }

    Hello, I was also trying to remove the excerpt info and the above code did not work for me. It did remove all the meta data which is great because I wanted to do that also. Could there be another snippet of code needed to remove the excerpt? Or could this be a theme issue? I’m using GeneratePress and in it there are only two options for blog posts, show excerpt or show full post. I have it set to show excerpt and it appears that your plugin is still showing it even though I added the above CSS (I’m still seeing the “Read More” at the end of the paragraph. Thanks! (Great plugin by the way!)

    Plugin Author voidthemes

    (@voidthemes)

    Hi,
    Thanks ! Please provide us with the URL where you are showing the posts by using our plugin !

    Regards
    VoidThemes

    I’m using a localhost WordPress install for testing purposes so the site is not online. But you can download the GeneratePress theme yourself to test your plugin and the above code with it. GeneratePress is one of the more popular free themes available.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide blog excerpt’ is closed to new replies.