-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
47 lines (31 loc) · 1.21 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
=== Search Engine Visibility Updater ===
Contributors: connectthink
Tags: search, noindex, privacy, wp-sevu
Plugin URI: https://github.com/ConnectThink/wp-sevu
Requires at least: 3.0.1
Tested up to: 4.0
Stable tag: 1.0.1
License: GPLv3 or later
License URI: http://www.gnu.org/copyleft/gpl.html
== Description ==
Switches the "Discourage search engines from indexing this site" option on or off based on WordPress' current domain. This is useful for making sure that your development site is hidden from search engines, while your live site is not.
[Get detailed instructions on github](https://github.com/ConnectThink/wp-sevu)
== Installation ==
1. Upload plugin to plugins directory
2. Active plugin through the 'Plugins' menu in WordPress
3. Configure plugin options through settings page `Settings -> Reading`
== Frequently Asked Questions ==
= Where do I edit the plugin settings? =
In the WordPress admin panel, navigate to Settings -> Reading. The plugin settings will be appended to this screen.
== Screenshots ==
1. Settings Screen
== Changelog ==
= 1.0.1 =
* Resolve error in getting current host
= 1.0.0 =
* Initial Build
== Upgrade Notice ==
= 1.0.1 =
Resolve error in getting current host
= 1.0.0 =
Initial Build