Title: Child Order
Author: Marcus Downing
Published: <strong>16. Mai 2014</strong>
Last modified: 16. Mai 2014

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://s.w.org/plugins/geopattern-icon/child-order.svg)

# Child Order

 Von [Marcus Downing](https://profiles.wordpress.org/marcusdowning/)

[Herunterladen](https://downloads.wordpress.org/plugin/child-order.zip)

 * [Details](https://de.wordpress.org/plugins/child-order/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/child-order/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/child-order/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/child-order/#developers)

 [Support](https://wordpress.org/support/plugin/child-order/)

## Beschreibung

Adds an admin panel when editing edit pages, to let you rearrange this page’s child
pages and switch their display on/off.

This will only affect parts of your theme that display a list of links to child 
pages, and only those which respect the `menu_order` setting. It has _no effect_
on Menus. You need to edit those with the existing menu interface.

Actually displaying the list of child pages is outside the scope of this plugin –
there are plenty of themes and plugins that do that.

### Developers

For developers, there are a lot of hooks exposed by this plugin, which you can use
to add fields and behaviours

When displaying the meta box:

 * `child_order_before_list` – Action called before writing the list of child pages
   in the admin area
 * `child_order_before_item ($post)` – Action called at the start of each item
 * `child_order_after_item ($post)` – Action called at the end of each item
 * `child_order_after_list` – Action called after writing the whole list
 * `child_order_item_title ($title, $post)` – Filter to control the title displayed
   for an item
 * `child_order_message ($message)` – Filter to control the message displayed after
   the list

When saving (in AJAX):

 * `child_order_children ($array, $parent_id)` – Filter to adjust the list of post
   IDs before saving
 * `child_order_before_save ($array, $parent_id)` – Action called before saving 
   the order of items
 * `child_order_save_item ($id, $menu_order)` – Action called on saving each item
 * `child_order_after_save ($array, $parent_id)` – Action called after saving the
   order of items

If you wish to remove the „Edit“ and „View“ buttons from the output, call this on
setup:

    ```
    remove_action('child_order_after_item', 'child_order_after_item_edit_link');
    ```

Be aware that the internal workings of the plugin are subject to change,
 so the
names and details of these hooks may change in future version.

## Screenshots

[⌊The edit screen, with options to drag pages up and down.⌉⌊The edit screen, with
options to drag pages up and down.⌉[

The edit screen, with options to drag pages up and down.

## Installation

 1. Upload the `child-order` directory to your `/wp-content/plugins/` directory
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Child Order“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

 *   [ Marcus Downing ](https://profiles.wordpress.org/marcusdowning/)
 *   [ Dani Llewellyn ](https://profiles.wordpress.org/diddledan/)

[Übersetze „Child Order“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/child-order)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/child-order/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/child-order/) an
oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/child-order/)
per [RSS](https://plugins.trac.wordpress.org/log/child-order/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.1

 * Updates to improve apprearance with WordPress 3.8+
 * Fixed to work on multisite
 * Added more hooks for other plugins

#### 1.0

 * First version

## Meta

 *  Version **1.1**
 *  Zuletzt aktualisiert **vor 12 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 3.0 oder höher **
 *  Getestet bis **3.9.40**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/child-order/)
 * Schlagwort
 * [search](https://de.wordpress.org/plugins/tags/search/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/child-order/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/child-order/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/child-order/reviews/)

## Mitwirkende

 *   [ Marcus Downing ](https://profiles.wordpress.org/marcusdowning/)
 *   [ Dani Llewellyn ](https://profiles.wordpress.org/diddledan/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/child-order/)