Social share/links in post/article

Hello! I’ve just installed Activello theme and it’s really fantastic. I just have a few 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)

  1. Also in the homepage, where the excerpt is displayed, how can I remove the “Leave a comment” section after the excerpt?

Thanks!

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

Hi Movin,

All’s well now. Thanks! :slight_smile:

You are most welcome here :slight_smile: