Permalink Override Plugin
This plugin adds a filter to the post link to allow for overriding the results returned from WordPress’s get_permalink function, with data stored in custom field key value pairs. Once the plugin is activated you can control the keys used in the custom fields to store the overriding values on the Options Page.
Download:
Download the latest version here or you can view the source.
Revision History:
| version 1.0 | Original Release |
| version 1.1 | Made plugin identifier functions universal for all plugins |
| version 1.2 | Added functions to stub to identify current available release. Adjusted options page to display. Fixed missing __CLASS__ constant for versions of PHP older than 4.3.0. Fixed issue with PHP5 installs. |
| version 1.3 | Fixed version notification. |
Installation:
- Copy the file rjs-permalinkoverride.php to the WordPress plugins directory on your server, (%WORDPRESS PATH%/wp-contents/plugins/).
- You will then need to activate the plugin from the WordPress administration plugins page.
- Adjust the meta key list as necessary on the Options page.

Usage:
- When adding a post you wish to override the permalink with add a meta value using one of the keys you specified in the configuration. Then when using the get_permalink you will be retrieving the value stored under that meta key.
Rodney










Leave a comment