Sort Query Posts is a WordPress app, with a 5.0 average rating from 3 reviews, as of Aug 31, 2026.
Sort Query Posts is a WordPress Plugin Directory app by Tubal. With a rating of 5.0★ from 3 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Sort Query Posts is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 3 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Tubal — established developer track record
Cons
- −Limited review base (3) — ratings can shift significantly with new feedback
Looking to switch from Sort Query Posts?
See Sort Query Posts's alternatives ranked by audit score, rating, and review velocity.
How Sort Query Posts works
Show full descriptionShow less
A really simple and lightweight plugin (73 lines of code – comments included) to sort posts on-the-fly without making a new query to the database (improves performance).
Features:
Supports all order_by and order values of the query_posts function except meta_value and meta_value_num (which require a database query).
Supports changing the order of all types of posts, including custom post type posts and custom post type “archive” posts.
Documentation This plugin adds the function sort_query_posts_by(string $order_by [, string $order]) to the global context.
The second $order parameter is optional. Its default value is asc (ascending order).
Call this function before the loop to change how posts are ordered.
After calling this function you can show the posts as you normally would.
You can sort posts by:
author
comment_count
date
id
menu_order
modified
parent
title
This is specially useful in two cases:
When you need to reorder the posts returned by the query that WordPress creates from your given URL. Custom post type “archive” posts are a great example of this case.
When you need the posts returned by your customized query (e.g. query_posts()) to be shown more than once on the same page and ordered differently.
Examples:
<?php sort_query_posts_by('title', 'desc'); ?>
The example above will sort posts by their title in descending order without making a new query to the database.
This way sorting is performance friendly.
<?php sort_query_posts_by('ID'); ?>
The example above will sort posts by their ID in ascending order.
<?php sort_query_posts_by('rand'); ?>
The example above will sort posts randomly. When sorting randomly $order is ignored.
Plugin developed by Túbal Martín at www.margenn.com.
Competitors & alternatives
AppRanks tracks competitor sets per category. For Sort Query Posts, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Sort Query Posts?
Sort Query Posts is an app for WordPress. It currently holds a 5.0-star rating from 3 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Tubal.