• Resolved gwinuc

    (@gwinuc)


    I truly love this theme, but I think it’s lacking in terms of allowing for Post excerpt. It makes the blog feed unorganised and cluttered because all posts show in full.Is this only me or is it a universal problem?

    Please can I get some support?

    • This topic was modified 3 years, 5 months ago by gwinuc.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Theme Arile

    (@themearile)

    Hi gwinuc

    Thanks for contacting us.

    Please follow the below help article to add the Read More button in the blog.

    https://www.wpbeginner.com/beginners-guide/how-to-properly-use-the-more-tag-in-wordpress/

    Let us know if it works.

    Thanks

    Thread Starter gwinuc

    (@gwinuc)

    Thank you so much. The article was a great help. Problem solved.

    Thread Starter gwinuc

    (@gwinuc)

    Sorry to bother again. I’ve tried everything I could to disable comment count above post and author bio and avatar below post, but haven’t succeeded. Any help on this?
    Thanks.

    Theme Author Theme Arile

    (@themearile)

    Hi gwinuc

    Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

    .entry-meta.pb-2, .theme-blog-author {
    display: none;
    }

    Let us know if it works.

    Thanks

    Thread Starter gwinuc

    (@gwinuc)

    It worked but not as expected because it removed the entire meta 2 which could have been achieved by turning it off under Theme Options=>Blog=>General.

    What I really want to do is to remove only comment count on that line.

    However, author bio and avatar removal worked perfectly.

    Theme Author Theme Arile

    (@themearile)

    Hi gwinuc

    Ok please remove the above css code and add the below css code in the additional css box.

    .entry-meta.pb-2 .comment-links, .theme-blog-author {
    display: none;
    }

    Let us know if it works.

    Thanks

    Thread Starter gwinuc

    (@gwinuc)

    Hello themearile,

    It worked perfectly. Thanks for your support.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Theme Does Not Allow for Excerpt’ is closed to new replies.