New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Sort posts and custom post type objects using a drag-and-drop, sortable JavaScript AJAX interface, or through the default WordPress dashboard | You have to log in to add a translation. | Details |
Original untranslated
Sort posts and custom post type objects using a drag-and-drop, sortable JavaScript AJAX interface, or through the default WordPress dashboard
You have to log in to edit this translation. |
|||
| ↑ | Post Types Order | You have to log in to add a translation. | Details |
Original untranslated |
|||
| There isn't any Editors for your native language on plugin Contributors? You can help to moderate! https://translate.wordpress.org/projects/wp-plugins/post-types-order/contributors | You have to log in to add a translation. | Details | |
Original untranslated
There isn't any Editors for your native language on plugin Contributors? You can help to moderate! https://translate.wordpress.org/projects/wp-plugins/post-types-order/contributors
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Customize the order directly from the default WordPress post archive list or use the dedicated Re-Order interface, which displays all available items for easy management. Whether you're working with default posts or custom post types, organizing your content has never been easier. | You have to log in to add a translation. | Details | |
Original untranslated
Customize the order directly from the default WordPress post archive list or use the dedicated Re-Order interface, which displays all available items for easy management. Whether you're working with default posts or custom post types, organizing your content has never been easier.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Take full control of your post order with a powerful plugin that lets you effortlessly reorder posts and custom post types using a simple drag-and-drop interface. | You have to log in to add a translation. | Details | |
Original untranslated
Take full control of your post order with a powerful plugin that lets you effortlessly reorder posts and custom post types using a simple drag-and-drop interface.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| <strong>Over 12 MILLIONS DOWNLOADS and near PERFECT rating out of 200 REVIEWS</strong>. <br />↵ Easily Sort Posts and Custom Post Types with Drag-and-Drop | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Over 12 MILLIONS DOWNLOADS and near PERFECT rating out of 200 REVIEWS</strong>. <br />↵
Easily Sort Posts and Custom Post Types with Drag-and-Drop
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| There’s an option to display the custom post order, as defined in the sort list, directly within the main admin post list interface. | You have to log in to add a translation. | Details | |
Original untranslated
There’s an option to display the custom post order, as defined in the sort list, directly within the main admin post list interface.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| You can sort <strong>all</strong> post types you’ve defined in WordPress, as long as they are not hierarchical. This includes default post types like Posts, as well as custom types like Movies, Reviews, Data, etc. | You have to log in to add a translation. | Details | |
Original untranslated
You can sort <strong>all</strong> post types you’ve defined in WordPress, as long as they are not hierarchical. This includes default post types like Posts, as well as custom types like Movies, Reviews, Data, etc.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Absolutely! You don't need any PHP knowledge to use this plugin. ↵ Unlike many other plugins, you won't have to make any code changes for your custom post order to apply. There’s an option to automatically update WordPress queries so posts are displayed in your custom order. If you prefer to handle this manually, you can disable the <strong>AutoSort</strong> option. | You have to log in to add a translation. | Details | |
Original untranslated
Absolutely! You don't need any PHP knowledge to use this plugin. ↵
Unlike many other plugins, you won't have to make any code changes for your custom post order to apply. There’s an option to automatically update WordPress queries so posts are displayed in your custom order. If you prefer to handle this manually, you can disable the <strong>AutoSort</strong> option.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you encounter any problems with the plugin, feel free to reach out via the forum or contact us directly through our <a href="http://www.nsp-code.com">support page</a>, and we’ll take a look. | You have to log in to add a translation. | Details | |
Original untranslated
If you encounter any problems with the plugin, feel free to reach out via the forum or contact us directly through our <a href="http://www.nsp-code.com">support page</a>, and we’ll take a look.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| If the post order doesn’t update on your site, it could be due to one of two reasons: either there was a mistake during setup, or your theme/plugin is using a custom query that doesn't follow WordPress Codex standards. But don’t worry—we’re here to help! You can report the issue in the forum, where many users are happy to assist, or you can contact us directly. | You have to log in to add a translation. | Details | |
Original untranslated
If the post order doesn’t update on your site, it could be due to one of two reasons: either there was a mistake during setup, or your theme/plugin is using a custom query that doesn't follow WordPress Codex standards. But don’t worry—we’re here to help! You can report the issue in the forum, where many users are happy to assist, or you can contact us directly.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| As you can see, reordering posts is as simple as dragging and dropping, with the changes instantly reflected on the front end. | You have to log in to add a translation. | Details | |
Original untranslated
As you can see, reordering posts is as simple as dragging and dropping, with the changes instantly reflected on the front end.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| With the <strong>AutoSort</strong> option enabled, no code changes are needed, the plugin will automatically apply the customized post order. | You have to log in to add a translation. | Details | |
Original untranslated
With the <strong>AutoSort</strong> option enabled, no code changes are needed, the plugin will automatically apply the customized post order.
CommentFound in description list item. You have to log in to edit this translation. |
|||
| You can use the <code>pto/posts_orderby</code> filter to force the sort. An example is provided at <a href="http://www.nsp-code.com/sample-code-on-how-to-apply-the-sort-for-post-types-order-plugin/">Sample Usage</a> | You have to log in to add a translation. | Details | |
Original untranslated
You can use the <code>pto/posts_orderby</code> filter to force the sort. An example is provided at <a href="http://www.nsp-code.com/sample-code-on-how-to-apply-the-sort-for-post-types-order-plugin/">Sample Usage</a>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Yes, you can! To exclude certain queries, include the <code>ignore_custom_sort</code> argument in your custom query. An example is available at <a href="http://www.nsp-code.com/sample-code-on-how-to-apply-the-sort-for-post-types-order-plugin/">Sample Usage</a> | You have to log in to add a translation. | Details | |
Original untranslated
Yes, you can! To exclude certain queries, include the <code>ignore_custom_sort</code> argument in your custom query. An example is available at <a href="http://www.nsp-code.com/sample-code-on-how-to-apply-the-sort-for-post-types-order-plugin/">Sample Usage</a>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.