New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Dutch

1 2 3 7
Prio Original string Translation
Order your pages and other custom post types that support "page-attributes" with simple drag and drop right from the standard page list.
Priority: high
You have to log in to add a translation. Details
Order your pages and other custom post types that support "page-attributes" with simple drag and drop right from the standard page list.
Comment

Short description.

You have to log in to edit this translation.

Simple Page Ordering
Priority: high
Simple Page Ordering Details
Simple Page Ordering
Comment

Plugin name.

You have to log in to edit this translation.

For example, to exclude the <code>excluded_post_type</code> custom post type, add the following snippet in the theme function file or custom plugin: You have to log in to add a translation. Details
For example, to exclude the <code>excluded_post_type</code> custom post type, add the following snippet in the theme function file or custom plugin:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

How can I modify sortable post types? You have to log in to add a translation. Details
How can I modify sortable post types?
Comment

Found in faq header.

You have to log in to edit this translation.

Yes. The plugin registers the REST endpoint <code>simple-page-ordering/v1/page_ordering</code>. You have to log in to add a translation. Details
Yes. The plugin registers the REST endpoint <code>simple-page-ordering/v1/page_ordering</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yep. When you register the post type, include the <code>page-attributes</code> feature in the support list. This will add a <code>Sort by Order</code> option to the filter links above the drop downs. Once you sort by order, you can drag and drop the content. You have to log in to add a translation. Details
Yep. When you register the post type, include the <code>page-attributes</code> feature in the support list. This will add a <code>Sort by Order</code> option to the filter links above the drop downs. Once you sort by order, you can drag and drop the content.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Can I use REST to order posts? You have to log in to add a translation. Details
Can I use REST to order posts?
Comment

Found in faq header.

You have to log in to edit this translation.

To include the <code>include_post_type</code> custom post type, add the following snippet in the theme function file or custom plugin: You have to log in to add a translation. Details
To include the <code>include_post_type</code> custom post type, add the following snippet in the theme function file or custom plugin:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Post types can be included or excluded by using the <code>simple_page_ordering_is_sortable</code> filter. You have to log in to add a translation. Details
Post types can be included or excluded by using the <code>simple_page_ordering_is_sortable</code> filter.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

We'd love to have you join in on development over on <a href="https://github.com/10up/simple-page-ordering">GitHub</a>. You have to log in to add a translation. Details
We'd love to have you join in on development over on <a href="https://github.com/10up/simple-page-ordering">GitHub</a>.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Contributing Bijdragen Details
Contributing
Comment

Found in description header.

You have to log in to edit this translation.

This feature is already built into WordPress natively, but a bit tucked away. If you pull down the "Screen Options" tab up top (on the list of post objects) there's a field where you can specify the number of items to show per page. I decided it was not a very good practice to duplicate this. You have to log in to add a translation. Details
This feature is already built into WordPress natively, but a bit tucked away. If you pull down the "Screen Options" tab up top (on the list of post objects) there's a field where you can specify the number of items to show per page. I decided it was not a very good practice to duplicate this.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Where 5 is the number of items to batch on each request (the default is 50). Note that this example uses PHP 5.3+ callback functions, so if you're still on PHP 5.2, you'll need to add a traditional callback. Waarbij 5 het aantal items is voor elke aanvraag (de standaardinstelling is 50). Merk op dat dit voorbeeld PHP 5.3+ callback-functies gebruikt, dus als je nog op PHP 5.2 zit, moet je een traditionele callback toevoegen. Details
Where 5 is the number of items to batch on each request (the default is 50). Note that this example uses PHP 5.3+ callback functions, so if you're still on PHP 5.2, you'll need to add a traditional callback.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

This most likely means the AJAX request - the server side code - failed after you dropped the content into the new position. Some shared hosts aggressively time out and limit AJAX requests. Version 2.0 batches these requests so you can try reducing the number of items it updates on each request using a filter in your theme's functions.php or a custom plug-in: You have to log in to add a translation. Details
This most likely means the AJAX request - the server side code - failed after you dropped the content into the new position. Some shared hosts aggressively time out and limit AJAX requests. Version 2.0 batches these requests so you can try reducing the number of items it updates on each request using a filter in your theme's functions.php or a custom plug-in:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you want a list of pages or custom post types to display in that defined order, you must change the post query's <code>orderby</code> parameter to <code>menu_order</code> (if it's not already). You have to log in to add a translation. Details
If you want a list of pages or custom post types to display in that defined order, you must change the post query's <code>orderby</code> parameter to <code>menu_order</code> (if it's not already).
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 7

Export as