Posts from December 2008

 
 

Add Related Elbows Posts to Your WordPress Theme

We are pleased to announce our first WordPress plugin. By installing this plugin and adding a bit of code to your single page template, you have the ability to give your readers access to additional related posts from the Elbows archive.

The latest version of the plugin will always be available here. Simply unzip it into your wp-content/plugins directory and activate via the admin panel.

Once installed, you can edit your settings here and add a bit of code to your wordpress theme (usually on your single post page):

<div id="related">
<h2>Related Posts from Elbows</h2>
<?php related_elbows_posts(); ?>
</div>

The related_elbows_posts() function will output an unordered list that can be styled accordingly.

If you have any suggested modifications or need help, feel free to email me at brandon (at) elbo.ws.