Plugin Directory

Changeset 445482


Ignore:
Timestamp:
09/29/2011 10:49:03 PM (15 years ago)
Author:
alyssonweb
Message:

New read me file

File:
1 edited

Legend:

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

    r445001 r445482  
    11=== Dynamics Sidebars ===
     2
    23Contributors: alyssonweb
    34Tags: sidebar, widget, dynamic, different
     
    1516
    1617Install
     18
    17191. Unzip the dynamics-sidebars.zip file.
     20
    18212. 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.
    1922
    2023Activate
     24
    21251. In your WordPress administration, go to the Plugins page
     26
    22272. Activate the Dynamics Sidebars plugin.
     28
    23293. Go to the Pages > Add or New and you should see the Dynamic Sidebar Metabox on the side
     30
    24314. Enter the name of your dynamic sidebar, recomment to put the same name as you page name
     32
    25335. Go to the Appearance > Widget page and place anything on your new widget area
     34
    26356. On your template page.php or custom template just add the following code
    2736
     
    3241    ?>
    3342
    34 == Frequently Asked Questions ==
    35 
    36 == Screenshots ==
    37 
    38 == Changelog ==
    39 
    4043= 0.1 =
    4144* First version of the plugin.
     
    4548= 0.1 =
    4649First version of the plugin. Stable version.
    47 
    48 == Arbitrary section ==
    49 
    50 == A brief Markdown Example ==
    51 
    52 Ordered list:
    53 
    54 1. Some feature
    55 1. Another feature
    56 1. Something else about the plugin
    57 
    58 Unordered list:
    59 
    60 * something
    61 * something else
    62 * third thing
    63 
    64 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
    65 Titles are optional, naturally.
    66 
    67 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax
    68             "Markdown is what the parser uses to process much of the readme file"
    69 
    70 Markdown uses email style notation for blockquotes and I've been told:
    71 > Asterisks for *emphasis*. Double it up  for **strong**.
    72 
    73 `<?php code(); // goes in backticks ?>`
Note: See TracChangeset for help on using the changeset viewer.