Easy Automatic Page Links
开发者 |
ajschlosser
|
更新时间 |
2014年7月31日 04:19 |
PHP版本: |
3.9.1 及以上 |
WordPress版本: |
3.9.1 |
版权: |
GPL2 |
版权网址: |
版权信息
|
详情介绍:
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.
安装:
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.
0.0.43
- This version has better compatibility and functionality than previous versions, which are semi-broken
更新日志:
0.0.1
0.0.2
- Still getting used to this...
0.0.3
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