forked from wetpaintweb/seo-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
77 lines (50 loc) · 2.42 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
=== SEO Editor ===
Contributors: wetpaintweb
Donate link: http://www.wetpaintwebtools.com/wetpaint-inline-seo-editor/
Tags: seo, seo editor, seo bulk editor
Requires at least: 4.0
Tested up to: 4.6.1
Stable tag: 1.0.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Edit SEO Data in bulk to save time. Includes meta title, description, and keyword editing for all post types, taxonomies, and users.
== Description ==
Save time editing SEO data on multiple pages by using a single editor that pulls in meta title, description, and keyword into a single view. This plugin fully integrates with WordPress SEO and All In One SEO Pack plugins by auto-detecting what plugin you’re using.
= Code =
View the source on [GitHub](https://github.com/wetpaintweb/seo-editor). You can also submit an [issue](https://github.com/wetpaintweb/seo-editor/issues) or pull request for anything new.
= Support =
If you need support with this plugin, please [Contact us on our contact form](https://www.wetpaintwebtools.com/contact-us/)
== Installation ==
1. Upload the `seo-editor` folder to the `/wp-content/plugins/` directory
2. Make sure you have either the WordPress SEO by Yoast or All In One SEO Pack plugin installed and enabled.
3. Activate the SEO Editor through the 'Plugins' menu in WordPress
4. A new Bulk Editor submenu item will appear under the menu item for the seo plugin you are using.
== Frequently Asked Questions ==
= Does this work with custom post types? =
Yes!
= Can I edit taxonomy and user meta data in bulk? =
Yes, as long as you are using the WordPress SEO plugin by Yoast.
The standard version of All in One SEO Pack does not support this functionality.
== Screenshots ==
1. Full editor view using WordPress SEO by Yoast. Keywords, Page Meta, and SEO Notes are all inline-editable.
2. Close-up on the content type selector.
== Changelog ==
= 1.0.7 =
* Added support for Yoast SEO Premium
= 1.0.6 =
* Fixed pagination for taxonomies
= 1.0.5 =
* Fixed issue with displaying international special characters
* Fixed bug when saving changes multiple times without switching pages
= 1.0.4 =
* Fixed minor PHP notice
* Fix default sort order for Users
= 1.0.3 =
* Updated menu ordering for compatibility with Yoast SEO 3+
= 1.0.2 =
* Updated menu ordering for compatibility with Yoast SEO 2.3+
= 1.0.1 =
* Bugfix for Save Changes
* Fix issue with saving of WordPress SEO Meta Description
= 1.0 =
* Initial Release