Sort Query Posts is a WordPress app, with a 5.0 average rating from 3 reviews, as of July 10, 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. It is listed in the Post category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 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.
Category rankings
As of Jul 10, 2026- Orderby#0of 3Top 1%
- Order_by#0of 1Top 1%
- Post#0of 567Top 1%
- Query#0of 11Top 1%
- Reorder#0of 8Top 1%
- Sort#0of 9Top 1%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Sort Query Postsdoesn't have curated competitor matchups yet. Other tracked post apps on WordPress:
Where Sort Query Posts stands in the Post category
Sort Query Posts ranks #0 of 567 apps in the Post category, placing it in the top 1% of the listing.
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 a daily refresh cycle. It is listed under the Post category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Tubal.
Who uses Sort Query Posts?
Currently around 100 active stores have installed Sort Query Posts. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Post category on WordPress.