*** Installation *** 1. Modify link-data.php to add your own links (see below). 2. Upload the plugin using one of the following 2 methods: a. FTP the entire folder ritual-addlinks b. Zip ritual-addlinks folder, then from WP Dashboard, select Plugins->Add New->Upload, browse to and select the zip file, click Install Now button 3. Activate the plugin; you are done. **** How To Modify Link Data File **** The file you need to customize is link-data.php. Use a regular text editor to change it. The link data are in the following format: $sx_Links["LINK_NAME"] = "LINK_URL"; You would change LINK_NAME and LINK_URL to the name and URL of the link you want to add. There are 3 example links included in link-data.php. To add more, copy the entire line and change LINK_NAME & LINK_URL. Delete the entire line to remove the link.