New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Intuitively reorder Posts, Pages, Custom Post Types, Taxonomies, and Sites with a simple drag-and-drop interface. | You have to log in to add a translation. | Details |
Original untranslated
Intuitively reorder Posts, Pages, Custom Post Types, Taxonomies, and Sites with a simple drag-and-drop interface.
You have to log in to edit this translation. |
|||
| ↑ | Intuitive Custom Post Order | You have to log in to add a translation. | Details |
Original untranslated |
|||
| Go to the "Screen Options" tab at the top right of the list table and increase the "Number of items per page".<br />↵ This way, all items you want to reorder will appear on the same page and can be dragged to the desired position. | You have to log in to add a translation. | Details | |
Original untranslated
Go to the "Screen Options" tab at the top right of the list table and increase the "Number of items per page".<br />↵
This way, all items you want to reorder will appear on the same page and can be dragged to the desired position.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Yes. When enabled in Network settings, Sites are ordered by <code>menu_order ASC</code>. Drag & drop in Network Admin updates the order. | You have to log in to add a translation. | Details | |
Original untranslated
Yes. When enabled in Network settings, Sites are ordered by <code>menu_order ASC</code>. Drag & drop in Network Admin updates the order.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Yes. For enabled taxonomies, terms can be reordered and are returned in that order on the front end.<br />↵ When you build custom term queries, make sure you don’t override the order unless you intend to. | You have to log in to add a translation. | Details | |
Original untranslated
Yes. For enabled taxonomies, terms can be reordered and are returned in that order on the front end.<br />↵
When you build custom term queries, make sure you don’t override the order unless you intend to.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Example with pre_get_posts to force date order on the main blog page: | You have to log in to add a translation. | Details | |
Original untranslated
Example with pre_get_posts to force date order on the main blog page:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| query_posts() is discouraged by WordPress core because it alters the main query in a fragile way.<br />↵ Use <code>pre_get_posts</code> (recommended) or <code>WP_Query</code> instead. | You have to log in to add a translation. | Details | |
Original untranslated
query_posts() is discouraged by WordPress core because it alters the main query in a fragile way.<br />↵
Use <code>pre_get_posts</code> (recommended) or <code>WP_Query</code> instead.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| For get_posts(), the plugin supports a small switch: | You have to log in to add a translation. | Details | |
Original untranslated
For get_posts(), the plugin supports a small switch:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Explicitly set: | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| Specify <code>orderby=menu_order</code> and <code>order=ASC</code> in your query args. | You have to log in to add a translation. | Details | |
Original untranslated
Specify <code>orderby=menu_order</code> and <code>order=ASC</code> in your query args.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| No. After activation, items are sortable in the admin UI, and front-end queries for enabled post types are ordered by <code>menu_order ASC</code> automatically—unless you explicitly pass your own <code>orderby</code>. | You have to log in to add a translation. | Details | |
Original untranslated
No. After activation, items are sortable in the admin UI, and front-end queries for enabled post types are ordered by <code>menu_order ASC</code> automatically—unless you explicitly pass your own <code>orderby</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| How can I move a post from the second page to the top of the first page? | You have to log in to add a translation. | Details | |
Original untranslated
How can I move a post from the second page to the top of the first page?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Multisite: can I reorder Sites in Network Admin? | You have to log in to add a translation. | Details | |
Original untranslated
Multisite: can I reorder Sites in Network Admin?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Does this work with taxonomies and terms? | You have to log in to add a translation. | Details | |
Original untranslated
Does this work with taxonomies and terms?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Is query_posts() supported? | You have to log in to add a translation. | Details | |
Original untranslated
Is query_posts() supported?
CommentFound in faq header. You have to log in to edit this translation. |
|||
Export as
Comment
Found in description paragraph.