Changeset 445482
- Timestamp:
- 09/29/2011 10:49:03 PM (15 years ago)
- File:
-
- 1 edited
-
dynamics-sidebars/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamics-sidebars/trunk/readme.txt
r445001 r445482 1 1 === Dynamics Sidebars === 2 2 3 Contributors: alyssonweb 3 4 Tags: sidebar, widget, dynamic, different … … 15 16 16 17 Install 18 17 19 1. Unzip the dynamics-sidebars.zip file. 20 18 21 2. 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. 19 22 20 23 Activate 24 21 25 1. In your WordPress administration, go to the Plugins page 26 22 27 2. Activate the Dynamics Sidebars plugin. 28 23 29 3. Go to the Pages > Add or New and you should see the Dynamic Sidebar Metabox on the side 30 24 31 4. Enter the name of your dynamic sidebar, recomment to put the same name as you page name 32 25 33 5. Go to the Appearance > Widget page and place anything on your new widget area 34 26 35 6. On your template page.php or custom template just add the following code 27 36 … … 32 41 ?> 33 42 34 == Frequently Asked Questions ==35 36 == Screenshots ==37 38 == Changelog ==39 40 43 = 0.1 = 41 44 * First version of the plugin. … … 45 48 = 0.1 = 46 49 First version of the plugin. Stable version. 47 48 == Arbitrary section ==49 50 == A brief Markdown Example ==51 52 Ordered list:53 54 1. Some feature55 1. Another feature56 1. Something else about the plugin57 58 Unordered list:59 60 * something61 * something else62 * third thing63 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/syntax68 "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.