Plugin Directory

Changeset 449739


Ignore:
Timestamp:
10/11/2011 05:28:53 AM (14 years ago)
Author:
alyssonweb
Message:

Changed readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamics-sidebars/trunk/readme.txt

    r449734 r449739  
    99Add a custom field to add widget area for Pages.
    1010
     11
    1112== Description ==
    1213
     
    1819* Tested up to: 3.2.1
    1920
     21
    2022**Install**
    2123
     
    23251. Upload the the dynamics-sidebars folder (not just the files in it!) to your wp-contents/plugins folder. If you're using FTP, use 'binary' mode.
    2426
     27
    2528**Activate**
    2629
    27301. In your WordPress administration, go to the Plugins page
    28311. Activate the Dynamics Sidebars plugin.
     32
    2933
    3034**Usage**
     
    4448?>`
    4549
     50
    4651**Checking if sidebar is active**
     52
    4753`<?php
    4854    // Get the current post sidebar area
     
    5359    }
    5460?>`
     61
    5562
    5663**Changing before_widget and after_widget**
     
    6774***Here is an example:***
    6875
     76
    6977`<?php
    7078    add_filter( 'ds_before_widget', 'function_to_return_my_new_before_widget' );
     
    8088?>`
    8189
     90
    8291== Installation ==
    8392
     
    87961. Upload the the dynamics-sidebars folder (not just the files in it!) to your wp-contents/plugins folder. If you're using FTP, use 'binary' mode.
    8897
     98
    8999**Activate**
    90100
    911011. In your WordPress administration, go to the Plugins page
    921021. Activate the Dynamics Sidebars plugin.
     103
    93104
    94105**Usage**
     
    108119?>`
    109120
     121
    110122**Checking if sidebar is active**
     123
    111124`<?php
    112125    // Get the current post sidebar area
     
    117130    }
    118131?>`
     132
    119133
    120134**Changing before_widget and after_widget**
     
    128142    add_filter( 'ds_after_title', 'function_to_return_my_new_after_title' );
    129143?>`
     144
    130145
    131146***Here is an example:***
     
    144159?>`
    145160
     161
    146162= 0.1 =
     163
    147164* First version of the plugin.
    148165
    149166= 0.1.1 =
     167
    150168* Changes to the readme.txt
    151169
    152170= 0.1.2 =
     171
    153172* Added install and uninstall functions
    154173* Checked version 3.0 > 3.2.1
     
    157176* Tested up to: 3.2.1
    158177
     178
    159179== Upgrade Notice ==
    160180
    161181= 0.1 =
     182
    162183First version of the plugin. Stable version.
    163184
    164185= 0.1.1 =
     186
    165187Minor changes and change to 'readme.txt'
    166188
    167189= 0.1.2 =
     190
    168191Added install and uninstall functions and others minor changes
Note: See TracChangeset for help on using the changeset viewer.