=== Easy Automatic Page Links === Contributors: ajschlosser Tags: easy,automatic,page,links,page links,automatic page links,easy page links,automatic links,permalink,permalinks Requires at least: 3.9.1 Tested up to: 3.9.1 Stable tag: 0.0.43 License: GPL2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Automatically turns any text within an anchor tag into a WordPress permalink. == Description == Automatically turns any text within an anchor tag into a WordPress permalink. Just give the anchor element a class of "wp-link," and this plugin will find it. For example, if "Home Page" is between anchor tags with a class of "wp-link," they will be given an href of "[yoursiteurl]/home-page." This very basic functionality is useful for some WordPress implementations. Please note that this requires a WordPress installation that uses post/page names as permalinks. == Installation == Add the plugin to your WordPress installation. That's it. It will automagically work with any anchor element with the class "wp-link". Please note that this requires a WordPress installation that uses post/page names as permalinks. To ignore a particular string within a link, place it within a span element with a class name of "wp-link-ignore". The class names "wp-link" and "wp-link-ignore" can be customized on the plugin's settings page. == Changelog == = 0.0.1 = * Wow, it's nothing! = 0.0.2 = * Still getting used to this... = 0.0.3 = * Yet still... = 0.0.31 = * Update readme.txt and provide better implementation. Now links with periods should be dealt with better. Also, added notice that this plugin only works with WordPress installations that use post/page names as permalinks. = 0.0.32 = * Finally added this changelog = 0.0.4 = * Added a settings page to the dashboard * Allowed for custom class names = 0.0.41 = * Added an option to ignore text within a span element with a class name of "wp-link-ignore" = 0.0.42 = * Script picks up both single and double-quotes = 0.0.43 = * Can now pick up (and remove from href) multiple instances of ignored text == Upgrade Notice == = 0.0.43 = * This version has better compatibility and functionality than previous versions, which are semi-broken