You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
15
15
16
16
== Description ==
17
17
18
18
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.
22
22
23
23
This project is also available on github.com:
24
24
https://github.com/aprokopenko/justvariables.
25
+
25
26
You can post issues, bugs and your suggestion in Issues tracker there.
26
27
27
28
== Installation ==
28
29
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 thatnew 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.
34
35
6. Insert template codes.
35
36
36
37
== Upgrade Notice ==
37
38
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.
40
40
41
41
== Screenshots ==
42
42
43
43
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.
45
50
46
51
== Changelog ==
47
52
* Version 1.2.2:
@@ -58,7 +63,3 @@ You can post issues, bugs and your suggestion in Issues tracker there.
58
63
* Tested and added language support, added Russian language
59
64
* Version 0.1 :
60
65
* 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