ionvil
1
Hello! I’ve just installed Activello theme and it’s really fantastic. I just have a few questions:
- How can I add social share buttons to every post? Like below the article, I want to have something like:
Share this: (and then social media buttons like Facebook and Twitter)
- Also in the homepage, where the excerpt is displayed, how can I remove the “Leave a comment” section after the excerpt?
Thanks!
movin
2
Hi @ionvil,
I hope you are well today and thank you for your questions.
1. How can I add social share buttons to every post? Like below the article, I want to have something like:
Share this: (and then social media buttons like Facebook and Twitter)
You can achieve this using Jetpack plugin Jetpack – WP Security, Backup, Speed, & Growth – WordPress plugin | WordPress.org and its Sharing module as described here Sharing Buttons
2. Also in the homepage, where the excerpt is displayed, how can I remove the “Leave a comment” section after the excerpt?
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
body.home article span.comments-link {
display: none;
}
Best Regards,
Movin
movin
4
You are most welcome here 