Changeset 157581
- Timestamp:
- 09/24/2009 03:17:41 PM (17 years ago)
- Location:
- category-text
- Files:
-
- 2 edited
-
tags/1.1/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-text/tags/1.1/readme.txt
r157571 r157581 17 17 == Installation == 18 18 19 = Installation = 19 20 Istallation it easy, you need to put the plugin, into wordpress plugin directory 20 21 At first activation plugins add tables in your database, … … 24 25 3. Manage your text, with the Category Text administration menu 25 26 27 = Usage = 28 Manage your text boxes (add/delete/edit) thanks a simple admin menu. 29 30 You can create one or more lists that contains your text boxes, it is very usefull create different list for a different sidebars. 31 32 To put the text boxes into your, you can add into your sidebar the "Category Text" **widget**, and select the appropriate list. 33 If your theme don't have a sidebar, you can also add into the template page the code: 34 `<?php get_ctext_elements(*number-of-list*); ?>` 35 26 36 = Localization = 27 37 The plugin is getTexed, the italian localization it's included, if you want traslate the plugin into other language, please send me the translation so i can add it into SVN repository. 28 29 == Usage ==30 31 You can manage your boxes (add/delete/edit) thanks a simple admin menu.32 You can create one or more lists that contains your text boxes, it is very usefull create different list for a different sidebars.33 To put the text boxes into your, you can add into your sidebar the "Category Text" widget, and select the appropriate list.34 If your theme don't have a sidebar, you can also add into the template page the code:35 <?php get_ctext_elements(*number-of-list*); >36 38 37 39 == Screenshots == … … 41 43 == Changelog == 42 44 43 version 1.1.0 add posts checkbox, it allow to show your text also into a post of the selected category. 45 = 1.1.0 = 46 Posts checkbox added, it allow to show your text also into a post of the selected category. -
category-text/trunk/readme.txt
r157571 r157581 17 17 == Installation == 18 18 19 = Installation = 19 20 Istallation it easy, you need to put the plugin, into wordpress plugin directory 20 21 At first activation plugins add tables in your database, … … 24 25 3. Manage your text, with the Category Text administration menu 25 26 27 = Usage = 28 Manage your text boxes (add/delete/edit) thanks a simple admin menu. 29 30 You can create one or more lists that contains your text boxes, it is very usefull create different list for a different sidebars. 31 32 To put the text boxes into your, you can add into your sidebar the "Category Text" **widget**, and select the appropriate list. 33 If your theme don't have a sidebar, you can also add into the template page the code: 34 `<?php get_ctext_elements(*number-of-list*); ?>` 35 26 36 = Localization = 27 37 The plugin is getTexed, the italian localization it's included, if you want traslate the plugin into other language, please send me the translation so i can add it into SVN repository. 28 29 == Usage ==30 31 You can manage your boxes (add/delete/edit) thanks a simple admin menu.32 You can create one or more lists that contains your text boxes, it is very usefull create different list for a different sidebars.33 To put the text boxes into your, you can add into your sidebar the "Category Text" widget, and select the appropriate list.34 If your theme don't have a sidebar, you can also add into the template page the code:35 <?php get_ctext_elements(*number-of-list*); >36 38 37 39 == Screenshots == … … 41 43 == Changelog == 42 44 43 version 1.1.0 add posts checkbox, it allow to show your text also into a post of the selected category. 45 = 1.1.0 = 46 Posts checkbox added, it allow to show your text also into a post of the selected category.
Note: See TracChangeset
for help on using the changeset viewer.