Plugin Directory

Changeset 157581


Ignore:
Timestamp:
09/24/2009 03:17:41 PM (17 years ago)
Author:
isikom
Message:

aggiornamento readme per versione 1.1

Location:
category-text
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • category-text/tags/1.1/readme.txt

    r157571 r157581  
    1717== Installation ==
    1818
     19= Installation =
    1920Istallation it easy, you need to put the plugin, into wordpress plugin directory
    2021At first activation plugins add tables in your database,
     
    24253. Manage your text, with the Category Text administration menu
    2526
     27= Usage =
     28Manage your text boxes (add/delete/edit) thanks a simple admin menu.
     29
     30You can create one or more lists that contains your text boxes, it is very usefull create different list for a different sidebars.
     31
     32To put the text boxes into your, you can add into your sidebar the "Category Text" **widget**, and select the appropriate list.
     33If 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
    2636= Localization =
    2737The 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*); >
    3638
    3739== Screenshots ==
     
    4143== Changelog ==
    4244
    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 =
     46Posts checkbox added, it allow to show your text also into a post of the selected category.
  • category-text/trunk/readme.txt

    r157571 r157581  
    1717== Installation ==
    1818
     19= Installation =
    1920Istallation it easy, you need to put the plugin, into wordpress plugin directory
    2021At first activation plugins add tables in your database,
     
    24253. Manage your text, with the Category Text administration menu
    2526
     27= Usage =
     28Manage your text boxes (add/delete/edit) thanks a simple admin menu.
     29
     30You can create one or more lists that contains your text boxes, it is very usefull create different list for a different sidebars.
     31
     32To put the text boxes into your, you can add into your sidebar the "Category Text" **widget**, and select the appropriate list.
     33If 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
    2636= Localization =
    2737The 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*); >
    3638
    3739== Screenshots ==
     
    4143== Changelog ==
    4244
    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 =
     46Posts 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.