Changeset 449739
- Timestamp:
- 10/11/2011 05:28:53 AM (14 years ago)
- File:
-
- 1 edited
-
dynamics-sidebars/trunk/readme.txt (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamics-sidebars/trunk/readme.txt
r449734 r449739 9 9 Add a custom field to add widget area for Pages. 10 10 11 11 12 == Description == 12 13 … … 18 19 * Tested up to: 3.2.1 19 20 21 20 22 **Install** 21 23 … … 23 25 1. 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. 24 26 27 25 28 **Activate** 26 29 27 30 1. In your WordPress administration, go to the Plugins page 28 31 1. Activate the Dynamics Sidebars plugin. 32 29 33 30 34 **Usage** … … 44 48 ?>` 45 49 50 46 51 **Checking if sidebar is active** 52 47 53 `<?php 48 54 // Get the current post sidebar area … … 53 59 } 54 60 ?>` 61 55 62 56 63 **Changing before_widget and after_widget** … … 67 74 ***Here is an example:*** 68 75 76 69 77 `<?php 70 78 add_filter( 'ds_before_widget', 'function_to_return_my_new_before_widget' ); … … 80 88 ?>` 81 89 90 82 91 == Installation == 83 92 … … 87 96 1. 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. 88 97 98 89 99 **Activate** 90 100 91 101 1. In your WordPress administration, go to the Plugins page 92 102 1. Activate the Dynamics Sidebars plugin. 103 93 104 94 105 **Usage** … … 108 119 ?>` 109 120 121 110 122 **Checking if sidebar is active** 123 111 124 `<?php 112 125 // Get the current post sidebar area … … 117 130 } 118 131 ?>` 132 119 133 120 134 **Changing before_widget and after_widget** … … 128 142 add_filter( 'ds_after_title', 'function_to_return_my_new_after_title' ); 129 143 ?>` 144 130 145 131 146 ***Here is an example:*** … … 144 159 ?>` 145 160 161 146 162 = 0.1 = 163 147 164 * First version of the plugin. 148 165 149 166 = 0.1.1 = 167 150 168 * Changes to the readme.txt 151 169 152 170 = 0.1.2 = 171 153 172 * Added install and uninstall functions 154 173 * Checked version 3.0 > 3.2.1 … … 157 176 * Tested up to: 3.2.1 158 177 178 159 179 == Upgrade Notice == 160 180 161 181 = 0.1 = 182 162 183 First version of the plugin. Stable version. 163 184 164 185 = 0.1.1 = 186 165 187 Minor changes and change to 'readme.txt' 166 188 167 189 = 0.1.2 = 190 168 191 Added install and uninstall functions and others minor changes
Note: See TracChangeset
for help on using the changeset viewer.