Sideblog Plugin v3.0
After one month of intermitent coding, Sideblog Plugin v3.0 is out.
WHAT IS THIS SIDEBLOG THING?
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. Sideblog is now in version 3.
Sideblog v3 differs from previous version in that it is
Sidebar
Widgets enabled. For those whose theme do not support Sidebar
Widgets
Sideblog v3 can still be use. In Sideblog v3, multiple categories
can
be published in the sidebar.
HOW DO I INSTALL IT?
Installing Sideblog was never easy. If you’re theme supports
Sidebar
Widgets, it is even easier.
Installing Sideblog in themes WITHOUT Sidebar Widgets support
- Download Sideblog Plugin v3 - http://katesgasis.com/download-page/.
- Unzip and upload sideblog.php to your wp-content/plugins directory.
- Login to your Wordpress blog.
- Activate in your Admin -> Plugins panel.
- Go to Admin -> Options -> Sideblog panel.
- Select the category(ies) you want to publish in the sidebar.
- Take note of the “category slug(s)”. Update your Sideblog Options.
- Open your sidebar.php in a text editor.
- Add the sideblog function.
Example:
<ul>
<?php sideblog(’your_aside_category_slug’); ?>
</ul> - Repeat #9 for each category you marked as aside in sideblog options panel.
Installing Sideblog in themes that support Sidebar Widgets
- Download Sideblog Plugin v3 - http://katesgasis.com/download-page/.
- Unzip and upload sideblog.php to your wp-content/plugins directory.
- Login to your Wordpress blog.
- Activate in your Admin -> Plugins panel.
- Go to Admin -> Options -> Sideblog panel.
- Select the category(ies) you want to publish in the sidebar.
- Take not of the “category slug(s)”. Update your Sideblog Options.
- Go to Admin -> Presentation -> Sidebar Widgets.
- Drag and Drop Sideblog Widget Control to the desired location.
- Edit options by clicking on the Configure icon.
- Put in the title of your aside and select the category in the dropdown box.
- Save Changes.
Changing the layout of your Sideblog
- Go to Admin -> Options -> Sideblog.
- Look below the Display Format column.
- Change the format. The default is <li>%content% -
%permalink%</li>.
The available tags can be found after the table. Just scroll all the way down.
You can style your Sideblog. If you want to display the title of the post
as a URL and style your list, put this in your display format:<li class=”asidepost”>%title_url%<br/>%content% - %permalink%</li>
- Each aside category can have different layout.
- Update Sideblog Options.
To exclude an aside category from feeds
- Go to Admin -> Options -> Sideblog
- Check Exclude from Feeds for each aside categories you don’t want plublished.
- Update Sideblog Options


Loading...
August 29th, 2006 at 5:06 am
[…] Real Estate Carnival #7 By Jim Duncan It’s up. And I really need to figure out how to implement sideblog for posts such as this. […]