
A simple plugin to sort your posts by "A to Z", i.e. Alphabetically. It supports regular posts as well as Custom_Post_Type. You can also con
| Author: | Solaiman Sadek (profile at wordpress.org) |
| WordPress version required: | 3.4 |
| WordPress version tested: | 4.4.2 |
| Plugin version: | 1.1 |
| Added to WordPress repository: | 08-04-2016 |
| Last updated: | 09-04-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 80 |
| Rated by: | 1 |
| Plugin URI: | |
| Total downloads: | 2 384 |
| Active installs: | 10+ |

Click to start download
|
Screenshots

Shortcode insterting

A to Z navigation

Pagination
FAQ
How can I use this Plugin?
Follow the steps:
- Install the plugin,
- make a blank page with default template,
- use shortcode to display your desired contents.
What are the shortcodes?
- [atoz_sorting]
- [atoz_sorting post_type=”post”]
- [atoz_sorting post_type=”post” number=”10″]
- [atoz_sorting post_type=”post” number=”10″ order_by=”title”]
- [atoz_sorting post_type=”post” number=”10″ order_by=”title” order=”ASC”]
What are the meaning of shortcodes?
- Using only [atoz_sorting] will show posts from blog posts by default with 15 posts per page with ascending order.
- Use “post” as “post_type” if you want to display blog posts or use “your_custom_post_type_name” to display posts from that Custom Post Type.
- Use “number” to control maximum number posts to show
- Use “order_by” to order posts in different ways. The values can be: date, title, popular & random.
- Use “order” to order in Ascending or Descending method. The values can be: ASC & DESC.
ChangeLog
1.0
1.1
- New options added (Number of posts to display, different ordering methods etc.)
- Link issue fixed.