Skip to content

Commit 0ab39a0

Browse files
committed
Validated readme text
1 parent 52daad9 commit 0ab39a0

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

readme.txt

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,42 @@ Donate link: http://justcoded.com/just-labs/just-wordpress-theme-variables-plugi
1111
License: GNU General Public License v2
1212
Stable tag: trunk
1313

14-
This plugin add custom page with theme text variables (configurable) to use inside the templates.
14+
This plugin allow you to create simple text variables (single/multi-line) to use them in your theme templates after that.
1515

1616
== Description ==
1717

1818
This plugin allow you to create simple text variables (single/multi-line) to use them in your theme templates after that.
19-
Once you added at least one variabel - the new page Theme Variables will appear under Appearance menu.
20-
You can move all your text data (like copyright text, phone numbers, address etc) to variables.
21-
So if final client want to change this text - he can do this easily from admin without editing the template.
19+
Once you added at least one variable, a new page called Theme Variables will appear under the Appearance menu.
20+
You can move all your text data (like copyright text, phone numbers, address etc.) to variables.
21+
So if the final client wants to change this text, he can do this easily as admin without editing the template.
2222

2323
This project is also available on github.com:
2424
https://github.com/aprokopenko/justvariables.
25+
2526
You can post issues, bugs and your suggestion in Issues tracker there.
2627

2728
== Installation ==
2829

29-
1. Download, unzip and upload to your WordPress plugins directory
30-
2. Activate the plugin within you WordPress Administration Backend
31-
3. Go to Settings > Just Variables
32-
4. Add few variables you want to use in your theme templates. After that new Theme Variables page will be created under Appearance.
33-
5. Go to Theme Variables pages and add values for variables.
30+
1. Download, unzip and upload to your WordPress plugins directory.
31+
2. Activate the plugin within your WordPress Administration Backend.
32+
3. Go to Settings > Just Variables.
33+
4. Add few variables that you want to use in your theme templates. After that, a new page called Theme Variables will be created under the Appearance menu.
34+
5. Go to the Theme Variables pages and add values for variables.
3435
6. Insert template codes.
3536

3637
== Upgrade Notice ==
3738

38-
* Remove old plugin folder.
39-
* Follow install steps 1-2. All settings will be saved.
39+
To upgrade remove the old plugin folder. After than follow the installation steps 1-2. All settings will be saved.
4040

4141
== Screenshots ==
4242

4343
1. Plugin settings page where you can add new variables
44-
2. Theme Variables page under Appearance menu
44+
2. Theme Variables page under the Appearance menu
45+
46+
== Frequently Asked Questions ==
47+
48+
= Q: Will my theme continue to work if I deactivate or remove this plugin? =
49+
A: If you have inserted a template function from this plugin to your templates, then you probably get error about missing functions. You will need to clean up your template files from function calls.
4550

4651
== Changelog ==
4752
* Version 1.2.2:
@@ -58,7 +63,3 @@ You can post issues, bugs and your suggestion in Issues tracker there.
5863
* Tested and added language support, added Russian language
5964
* Version 0.1 :
6065
* First version beta
61-
62-
== Frequently Asked Questions ==
63-
Q: Will my theme continue to work if i disactivate or remove this plugin?
64-
A: If you inserted template function from this plugin to your templates then you probably get error about missing functions. You will need to clean up your template files from function calls.

0 commit comments

Comments
 (0)