Sideblog is a plugin for Wordpress Blog Platform. It is one way of implementing "Asides" - a series of "short" posts, 1-2 sentences in length.
For Wordpress version 2.2 and below, please visit
http://katesgasis.com/download-page.
While doing the installation procedure, it is recommended to go through all the steps first before viewing the output. If you don't, you'll get nasty error messages.
For those with Sidebar Widget compatible themes
- Upload
sideblog.php
to the /wp-content/plugins
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Create your asides category (usually, 'asides') if you haven't created on yet
- Go to 'Options' menu then to 'Sideblog' submenu
- From the list of categories, select the one you just created above and choose the number of entries to display
- Click on 'Update Sideblog Options' button
- Go to 'Presentation' menu, then to 'Sidebar widget' or just 'Widgets' for WP 2.2 and greater.
- Drag and drop the Sideblog widget ('Sideblog 1) to your sidebar container.
- Click on the icon and give it a title and select a category.
- Save your changes.
- Create a post and put it in your asides category
For those without Sidebar Widget
- Upload
sideblog.php
to the /wp-content/plugins
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Create your asides category (usually, 'asides') if you haven't created on yet
- Open your themes'
sidebar.php
file if you have one and add <?php sideblog('asides'); ?>
- Create a post and put it in your asides category