विवरण
Taxonomies Sortable allow to sort non-hierarchical taxonomy terms associated to objects by drag&drop them on the administration interface.
Usage
Once the plugin is installed you can make a taxonomy sortable in the following ways:
- Programmatically by adding
'sortable' => true
argument inregister_taxonomy()
. - Programmatically by using
taxonomies_sortable
filter below. - Using the Settings->Taxonomies Sortable administration screen by selecting non-hierarchical taxonomies you want to make sortable.
Note that making a taxonomy sortable, implicitly means also setting sort => true
for that taxonomy.
Hooks
taxonomies_sortable
Filter allowing to programmatically set sortable taxonomies.
apply_filters( 'taxonomies_sortable', array $taxonomies )
taxonomies_sortable_admin_settings
Filter allowing to display or not the plugin settings page in the administration.
apply_filters( 'taxonomies_sortable_admin_settings', boolean $display )
स्थापना
This section describes how to install the plugin and get it working.
- Upload the plugin files to the
/wp-content/plugins/taxonomies-sortable
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
प्रश्नोत्तर
-
Does it work with Gutenberg?
-
Currently no, even if the Gutenberg support is under development.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Taxonomies Sortable” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Taxonomies Sortable” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
For Taxonomies Sortable changelog, please see the Releases page on GitHub.