by vee
1 (0 reviews)
Rundiz PostOrder
Re-order posts to what you want.
Compatible with WP 7
v1.1.1
Current Version v1.1.1
Updated 3 weeks ago
Last Update on 06 Apr, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#32,391
—
No change
Active Installs
10+
—
No change
KW Avg Position
70
—
No change
Downloads
3.2K
+2 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 20
10+
20+
7,936
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 4 more installs to reach 20+
Rank Changes
Current
#32,391
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| re-arrange | 70 | — | Tag | 23 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1.1
- Last Updated
- Apr 06, 2026
- Requires WP
- 4.7.0+
- Tested Up To
- 7
- PHP Version
- 5.5 or higher
- Author
- vee
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Rundiz PostOrder
Yes, of course.
Yes, it is supported Polylang plugin for list the posts only selected language or all languages. For the other multilingual plugins, it should work too.
No, it doesn't support custom post type.
No, on uninstall or delete the plugin, it will be reset the menu_order to zero (0) which is WordPress default value for post content.
Create your plugin and conditions whatever you want such as is_category(['your','category','id','or','name']) and then add this code add_filter('rundiz_postorder_is_working', '__return_false'); to disable custom order in the categories you choose. If you want to enable, just remove the filter or change from __return_false to __return_true. Please note that to hook into this filter in the theme some times it might not work due to pre_get_posts limitation on the template. See more at https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts . For anyone who use this plugin v 0.8 or newer, there is a settings page that you can check front page or categories to disable custom order. To do this, go to Settings > Rundiz PostOrder menu.
Same as disable custom order in the front-end. Add this filter hook into your theme or plugin. add_filter('rundiz_postorder_admin_is_working', '__return_false'); Please note that to hook into this filter in the theme some times it might not work due to pre_get_posts limitation on the template. See more at https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts .