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.
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.
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.