Plugin Directory

A Year Before

Using widgets in wordpress

  1. Download the plugin and put the directory "a-year-before" in the plugin-folder of your wordpress-installation.
  2. Then activate the plugin.
  3. Go "Themes/Widgets" and pull the widget in the sidebar. Ready to go! Configure it, if you want.

Not using widgets in wordpress

  1. Download the plugin and put the file ayb_posts.php in the plugin-folder of your Wordpress-installation.
  2. Then activate the plugin.
  3. 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(); ?>
      </ul>
    </div>
    <?php } ?>
    

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(3 ratings)