Changeset 17335
- Timestamp:
- 08/23/07 14:52:25 (11 months ago)
- Files:
-
- a-year-before/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
a-year-before/trunk/readme.txt
r17334 r17335 26 26 2. Then activate the plugin. 27 27 3. In your template — e.g. the sidebar — you can insert the following PHP-code: 28 <?php if (function_exists("ayb_posts")) { ?> 29 <div class="einjahr"> 30 <h2>Vor einem Jahr</h2> 31 <ul> 32 <?php ayb_posts(); ?> 33 </ul> 34 </div> 35 <?php } ?> 28 29 <?php if (function_exists("ayb_posts")) { ?> 30 <div class="einjahr"> 31 <h2>Vor einem Jahr</h2> 32 <ul> 33 <?php ayb_posts(); ?> 34 </ul> 35 </div> 36 <?php } ?> 36 37 37 38 == Configuration == … … 41 42 Just click on the configuration-button of the widget an use the selfexplaining popup-dialog. 42 43 43 = Not using the widget =44 = Not using the widget = 44 45 45 46 You can pass some parameters in this scheme
