Changeset 16319
- Timestamp:
- 08/03/07 23:51:15 (12 months ago)
- Files:
-
- 1 modified
-
a-year-before/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
a-year-before/trunk/readme.txt
r16318 r16319 18 18 2. Then activate the plugin. 19 19 3. In your template — e.g. the sidebar — you can insert the following PHP-code: 20 <?php if (function_exists("ayb_posts")) { ?> 21 <div class="box"> 22 <h2>Posts a year ago</h2> 23 <ul> 24 <?php ayb_posts(); ?> 25 </ul> 26 </div> 27 <?php } ?> 20 21 <?php if (function_exists("ayb_posts")) { ?> 22 <div class="box"> 23 <h2>Posts a year ago</h2> 24 <ul> 25 <?php ayb_posts(); ?> 26 </ul> 27 </div> 28 <?php } ?> 28 29 29 30 == Configuration ==
