New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Order your pages and other custom post types that support "page-attributes" with drag and drop right from the standard page list. | You have to log in to add a translation. | Details |
Original untranslated
Order your pages and other custom post types that support "page-attributes" with drag and drop right from the standard page list.
You have to log in to edit this translation. |
|||
| ↑ | Simple Page Ordering | Simple Page Ordering | Details |
Original current |
|||
| Please report security bugs found in the source code of the Simple Page Ordering plugin through the <a href="https://patchstack.com/database/vdp/9e5fbbad-6488-4bba-851e-b300dabc33a2">Patchstack Vulnerability Disclosure Program</a>. The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin. | You have to log in to add a translation. | Details | |
Original untranslated
Please report security bugs found in the source code of the Simple Page Ordering plugin through the <a href="https://patchstack.com/database/vdp/9e5fbbad-6488-4bba-851e-b300dabc33a2">Patchstack Vulnerability Disclosure Program</a>. The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Where do I report security bugs found in this plugin? | You have to log in to add a translation. | Details | |
Original untranslated
Where do I report security bugs found in this plugin?
CommentFound in faq header. 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: | Om du till exempel vill utesluta den anpassade inläggstypen <code>excluded_post_type</code> lägger du till följande kodsnutt i temats functions-fil eller i ett anpassat tillägg: | Details | |
Original current
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:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| How can I modify sortable post types? | Hur kan jag ändra sorterbara inläggstyper? | Details | |
Original current
How can I modify sortable post types?
CommentFound 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>. | Ja. Tillägget registrerar REST-ändpunkten <code>simple-page-ordering/v1/page_ordering</code>. | Details | |
Original current
Yes. The plugin registers the REST endpoint <code>simple-page-ordering/v1/page_ordering</code>.
CommentFound 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. | Ja. När du registrerar inläggstypen inkludera funktionen <code>page-attributes</code> i argumentlistan suppors. Detta lägger till ett <code>Manuell sortering</code>-alternativ till filterlänkarna ovanför rullgardinsmenyerna. När du har sorterat efter ordning kan du dra och släppa innehållet. | Details | |
Original current
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.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Can I use REST to order posts? | Kan jag använda REST för att sortera inlägg? | Details | |
Original current
Can I use REST to order posts?
CommentFound 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: | För att inkludera inläggstypen <code>include_post_type</code>, lägg till följande kodsnutt i temats functions.php-fil eller i ett anpassat tillägg: | Details | |
Original current
To include the <code>include_post_type</code> custom post type, add the following snippet in the theme function file or custom plugin:
CommentFound 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. | Inläggstyper kan inkluderas eller exkluderas genom att använda filtret <code>simple_page_ordering_is_sortable</code>. | Details | |
Original current
Post types can be included or excluded by using the <code>simple_page_ordering_is_sortable</code> filter.
CommentFound 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>. | Delta gärna i utvecklingen på <a href="https://github.com/10up/simple-page-ordering">GitHub</a>. | Details | |
Original current
We'd love to have you join in on development over on <a href="https://github.com/10up/simple-page-ordering">GitHub</a>.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Contributing | Bidragsgivare | Details | |
Original current |
|||
| 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. | Denna funktion är redan inbyggd i WordPress, men lite undangömd. Om du öppnar fliken ”Skärmalternativ” överst (i listan över inläggsobjekt) finns det ett fält där du kan ange antalet objekt som ska visas per sida. Jag bestämde mig för att det var en dålig praxis att duplicera detta. | Details | |
Original current
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.
CommentFound 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. | Där 5 är antalet artiklar som ska batchas på varje begäran (standardvärdet är 50). Observera att detta exempel använder PHP 5.3+ återanrops-funktioner, så om du fortfarande använder PHP 5.2 måste du lägga till ett traditionellt återanrop. | Details | |
Original current
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.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.