Changeset 527902
- Timestamp:
- 04/06/2012 03:07:24 AM (14 years ago)
- Location:
- blogsiread
- Files:
-
- 2 edited
-
tags/0.1.0 (initial)/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blogsiread/tags/0.1.0 (initial)/readme.txt
r527901 r527902 31 31 * Do that cool thing where the widget title in the admin page is "blogsiread: <widget title>" 32 32 33 For those who are using a custom CSS Class, structure of widget content is as follows (some lines may not be displayed at all depending on widget options - see #):33 For those who are using a custom CSS Class, structure of widget content is as follows (some lines may not be displayed at all depending on widget options): 34 34 <p class="yourCustomClassName"> 35 35 # <a rel="sitetitle"....</a> OR if site url is blank: <span rel="sitetitle"......</span> 36 36 # <a rel="posttitle"....</a> OR if post url is blank: <span rel="posttitle"......</span> 37 37 # <span rel="desc">...CONTENT...</span> 38 <span rel="timeago">...TIME...</span>38 # <span rel="timeago">...TIME...</span> 39 39 </p> 40 40 … … 46 46 47 47 1. Upload `blogsiread.php` to the `/wp-content/plugins/blogsiread/` directory 48 1. Activate the plugin through the 'Plugins' menu in WordPress49 1. In Appearance->Widgets, drag and Drop the 'blogsiread' widget to your sidebar.50 1. Select the options that best suit your needs and click save.51 1. Enjoy.48 2. Activate the plugin through the 'Plugins' menu in WordPress 49 3. In Appearance->Widgets, drag and Drop the 'blogsiread' widget to your sidebar. 50 4. Select the options that best suit your needs and click save. 51 5. Enjoy. 52 52 53 53 == Frequently Asked Questions == -
blogsiread/trunk/readme.txt
r527901 r527902 31 31 * Do that cool thing where the widget title in the admin page is "blogsiread: <widget title>" 32 32 33 For those who are using a custom CSS Class, structure of widget content is as follows (some lines may not be displayed at all depending on widget options - see #):33 For those who are using a custom CSS Class, structure of widget content is as follows (some lines may not be displayed at all depending on widget options): 34 34 <p class="yourCustomClassName"> 35 35 # <a rel="sitetitle"....</a> OR if site url is blank: <span rel="sitetitle"......</span> 36 36 # <a rel="posttitle"....</a> OR if post url is blank: <span rel="posttitle"......</span> 37 37 # <span rel="desc">...CONTENT...</span> 38 <span rel="timeago">...TIME...</span>38 # <span rel="timeago">...TIME...</span> 39 39 </p> 40 40 … … 46 46 47 47 1. Upload `blogsiread.php` to the `/wp-content/plugins/blogsiread/` directory 48 1. Activate the plugin through the 'Plugins' menu in WordPress49 1. In Appearance->Widgets, drag and Drop the 'blogsiread' widget to your sidebar.50 1. Select the options that best suit your needs and click save.51 1. Enjoy.48 2. Activate the plugin through the 'Plugins' menu in WordPress 49 3. In Appearance->Widgets, drag and Drop the 'blogsiread' widget to your sidebar. 50 4. Select the options that best suit your needs and click save. 51 5. Enjoy. 52 52 53 53 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.