Περιγραφή
A light-weight WordPress plugin to assign primary category to posts and custom post types.
How to Use
- Browse to any post or custom post type in WordPress admin.
- Check the taxonomies that you want to assign to it.
- Select the respective primary taxonomies.
- Save the post.
- Use this shortcode to query the posts:
spc_primary_term_posts
. - Use the action hook —
spc_display_primary_term_posts
— to display the queried posts in your theme.
Στιγμιότυπα
Εγκατάσταση
- Download the plugin.
- Login to your WordPress website dashboard.
- Navigate to Dashboard > Plugins.
- Click Add New and then Upload Plugin.
- Browse to the file, select it, and click Install Now.
- Click Activate Plugin once prompted.
Κριτικές
6 Αυγούστου 2023
Somehow I lost the ability to set the primary category.Database cleaning etc. did not restore it.Anyway, this small plugin came to the rescue 💐Glad you provided this function!
Συνεισφέροντες & Προγραμματιστές
“Simple Primary Category” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Simple Primary Category” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
= Version 1.1.1
* Bumped tested up to tag
= Version 1.1.0
* Added dependencies updates
* Fixed bugs in classic editor
* Updated code formatting
= Version 1.0.0
* Initial Release