Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Created February 3, 2015 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzocaum/336d64cc414fb4a86aa5 to your computer and use it in GitHub Desktop.
Save lorenzocaum/336d64cc414fb4a86aa5 to your computer and use it in GitHub Desktop.
How to relocate the template for the Events Social Sharing add-on for Event Espresso 4

Do not editing the core plugin directly as your changes will be lost. Relocating the template to a safer location will ensure that your customization is not lost on a software update. Here are the steps:

  1. Login to your WordPress root with your preferred SFTP or FTP client. Filezilla and Cyberduck are free options. On a Mac? Try Transmit

  2. Browse to this location:

/wp-content/plugins/eea-events-social-sharing/

Look for the following file in the location above:

espresso-social-buttons-template.template.php

  1. Download a copy of that file above to your computer

  2. Now browse to this location:

/wp-content/uploads/espresso/templates

  1. Upload the file that you downloaded earlier to the location above

  2. Open the espresso-social-buttons-template.template.php file for editing and make changes as needed.

Then save changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment