-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
58 lines (40 loc) · 2.17 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== Primary Category Manager WordPress Plugin ===
Contributors: chamaraindrajith, coderog-com
Tags: primary category, admin, posts, categories, inline editing
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
Stable tag: 1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Display and change the primary category of posts directly from the WordPress post list with inline editing using AJAX.
== Description ==
Primary Category Manager is a simple yet powerful plugin that allows you to display and change the primary category of posts directly from the WordPress post list. With inline editing using AJAX, you can quickly update the primary category without reloading the page.
= Features =
* Adds a "Primary Category" column to the post list.
* Displays the primary category of each post.
* Allows inline editing of the primary category using a dropdown.
* Uses AJAX for smooth and fast updates.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/primary-category-manager` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to the post list to see the new "Primary Category" column and start using the inline editing feature.
== Frequently Asked Questions ==
= Can I change the primary category for custom post types? =
Currently, this plugin supports only the default 'post' post type. Support for custom post types may be added in future releases.
= Will this plugin remove existing categories from my posts? =
No, the plugin retains all existing categories and only updates the primary category.
== Screenshots ==
1. The "Primary Category" column added to the post list.
2. Inline editing of the primary category using a dropdown.
== Changelog ==
= 1.1 =
* Added custom CSS for better styling.
* Improved the AJAX request to retain existing categories.
= 1.0 =
* Initial release.
== Upgrade Notice ==
= 1.1 =
* Update to the latest version to get better styling and improved category management.
== License ==
This plugin is licensed under the GPLv2 or later license. For more information, see https://www.gnu.org/licenses/gpl-2.0.html.