Viewing 1 replies (of 1 total)
  • I successfully altered the code to allow the social media buttons to be added on the home page.
    You will need to change the load code in the easy-social-media.php file.
    Search for
    if(is_single() && !is_admin())
    and change to the following
    if(is_single() || is_home() && !is_admin()) {
    This will add the buttons after each post on the home page.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Easy Social] Add to Home Page’ is closed to new replies.