"A Year Before" shows a list of articles, which were written a certain time ago. So you can show in a history, what happend in your blog in
In your template - e.g. the sidebar - you can insert the following PHP-code:
<?php if (function_exists("ayb_posts")) { ?>
<div class="einjahr">
<h2>Vor einem Jahr</h2>
<ul>
<?php ayb_posts('day=7'); ?>
</ul>
</div>
<?php } ?>
Requires: 2.8.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-6-18
Downloads: 6,589




