My Post Order Wordpress Plugin - Rating, Reviews, Demo & Download

My Post Order Preview Wordpress Plugin - Rating, Reviews, Demo & Download
2.9 Average out of 7 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

While WordPress allows you to make your posts sticky, or even sort them in ascending or descending order, sometimes this is just not enough. What if you want to display the posts in ANY order you need? Unfortunately there is no such functionality in WordPress, which is where this plugin saves the day.

This plugin works on sections of posts, which you can define based on the following three criteria:

  1. Select posts individually : You can use the drag-and-drop feature to rearrange posts in ANY order.
  2. Select a category : You can also select posts from any category and change the posts order.
  3. Show XML/RSS Feed : Here you just need to give the URL of XML Feed and it will fetch latest feed/posts.

You can display ordered posts in theme with query_posts or get_posts or WP_Query like this :
query_posts(‘section_name=NAME_OF_SECTION’);

Here NAME_OF_SECTION must be replaced with your actual section name. If no section found with mentioned name then nothing will change.

OR

Once the sections are created, you can display these posts using widgets.

  • If you are using custom template option in widget then template file should be placed in custom-templates folder of your plugin (/wp-content/plugins/my-posts-order/includes/custom-templates/loop.php) and (/wp-content/plugins/my-posts-order/includes/custom-templates/loop_rss.php).

Now wasn’t that easy!

Screenshots

  1. Add new section based on <code>select posts individually</code> criteria.

    Add new section based on select posts individually criteria.

  2. Add new section based on <code>category</code>.

    Add new section based on category.

  3. Add new section based on <code>XML/RSS</code> criteria.

    Add new section based on XML/RSS criteria.

  4. Selection of widget.

    Selection of widget.

  5. Posts display on site.

    Posts display on site.


Reviews & Comments