Description
This widget will get a list of post/cpt title first character. The list is then displayed as an unordered list of links. The links take the user to an archive page for the specific post type and display the posts where its title begins with the character.
If the title begins with the following words, the first character of the second word will be used:
- A
- An
- And
- The
Examples
- βA Cup of Joeβ will be listed under βCβ
- βThe Ponyβ will be listed under βPβ
- βAndroid Green is Niceβ will be listed under βAβ
- βThe 10 Strangest Foodsβ will be places under β#β (number sign)
Installation
- Upload the entire βa2z-alphabetical-archive-linksβ folder to the β/wp-content/plugins/β directory
- Activate the plugin through the βPluginsβ menu in WordPress
- Go to the settings page to activate which post type(s) to have
- Add the βA2Z Alphabetical Archive Linksβ widget to a widget area
FAQ
None at this time
Reviews
There are no reviews for this plugin.
Contributors & Developers
“A-2-Z Alphabetical Archive Links” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “A-2-Z Alphabetical Archive Links” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.2
cleaning up version numbers
2.0.1
- fixed bug with earlier versions of php and version checking
2.0.0
Complete rewrite. In an effort to make the code scale better.
* Removed slow query
* Added minimum WordPress version check
* Added minimum php version check
* Added grouping for titles that have a number as their first character
* Added custom rewrites the handle better archive links
1.0.2
Changed link builder again to account for modified front page settings
1.0.1
- Changed widget option for post type to include only publically queriable post types ( Pages not an option anymore )
- Fixed links generated when using the post type of Post
1.0
Initial release