» Changelog
-
Version 1.4 (10-11-2008)
- Change default widget to display all links or use 0 to do it
- Change AJAX system using Simple AJAX Code-Kit (SACK) to avoid "Invalid Captcha" problem
- Fixed minor bugs
-
Version 1.3 (16-10-2008)
- Captcha modification, hope will fix compatibility issues
- NEW : options to enable/disable Captcha
-
Version 1.2 (08-10-2008)
- NEW : Edit Link Page!
- Fix: HTML email notification, with Table
- Add "Submit your link!" link to Exchange Link Page under widget
- Add permalink to Exchange Link Page in Options Page
- Add progress image in AJAX sending form
- Revision for readme.html files and screenshot
-
Version 1.1 (07-10-2008)
- NEW: HTML email notification
- Fix admin area
- Fix single function to display links list without widget
- Add description to anchor link as title/alt
-
Version 1.0 (28-09-2008)
» Installation Instructions
-
Open wp-content/plugins Folder
-
Put:
Folder: wpExLinks
nb: you can pass screenshot not to upload!
-
Activate wpExLinks Plugin and wpExLinks widget
-
Refer To Usage For Further Instructions
» Upgrade Instructions
-
Deactivate wpExLinks Plugin
-
Open wp-content/plugins Folder
-
Put/Overwrite:
Folder: wpExLinks
nb: you can pass screenshot not to upload!
-
Activate wpExLinks Plugin
-
Refer To Usage For Further Instructions
» Usage Instructions
General Usage
Please create a new page first and write this code into textarea in HTML CODE. Title new page is up to you :)
<!--wpExLinks-->
This will auto generate a form to do exchange links! Simple! (Screenshot no. 2 & 3.)
-
Go to 'WP-Admin -> Settings -> Wp Exchange Links' to configure the plugin. (Screenshot no. 1.)
Please copy permalink from Exchange Link Page and fill in "Permalink of Exchange Links Page" options!
-
Open wp-content/themes/<YOUR THEME NAME>/index.php
You may place it in single.php, post.php or page.php also.
-
Add Anywhere You Like This Code In Your Themes, NOT Post/Page writing textarea except you have execPHP plugin installed !
<?php if(function_exists('wpExLinksList')) {wpExLinksList();} ?>
The first value you pass in is limit number to display links.
The second value you pass in is what you want to order list by Name or ID.
The third value you pass in is what you want to order list by ASCENDING or DESCENDING.
Default: wpExLinksList(0, 'name', 'ASC'); -> Display all links and order list by Name in ASCENDING.
View Links (With Widgets)
-
Activate wpExLinks Widget Plugin
-
Go to 'WP-Admin -> Design -> Widgets'
-
Add Wp Ex Links Widget by clicking on the Add link besides it.
-
After adding, you can configure Wp Ex Links Widget by clicking on the 'Edit' link besides it. (Screenshot no. 4.)
-
Click 'Save Changes'
Manage Links in Options Page
-
In Wp Exchange Links Options Page you can manage link :
- Delete
- Approve
- Unapprove
- Check Reciprocal Link Status
- Edit Link Details! (Screenshot no. 6)
-
Also you can add new link in bottom options page.