I am now using the Wordpress Loop to output my asides, details below
Okay, so first of all to clarify things, I am not going to actually code or build a (new) sideblog plugin for wordpress here, I am going to comment on existing sideblog plugins and compare them. In regard to the promising title, I will than come up with a sideblog alternative, which will (definatly) work on everyone’s blog.
You probably wonder how people display those small articles about their daily ramblings, quick notes or links they have found on the internet on their blogs. You might also have read something about ‘asides’ in Wordpress on other blogs.
In order to display those miniblog articles (or sidenotes/asides) on your Wordpress blog, you could either
- Use a special sideblog plugin (examples listed below)
- Hard code a piece of content into your theme template
- Include a php file which is updated externally
- Do a mixture of all those three things (which I do)
1. Existing Sideblog or Miniblog plugins for Wordpress
At first I have tried out KatesGasis’ sideblog (v.3), but for me it did not work out like the author described his plugin. The sideblog showed, but the pages however disappeared and my blog was creating random 404 errors. Some months later, other bloggers were also facing this problem. Finally, the 404 issue would be addressed by the plugin author himself. Future versions of the Sideblog plugin were released, but without any effect. It is currently in built 3.6 or so, but still does not work for me. It is rather nice and simple, but without a fix to the 404 issue, worthless for on-site use.
The next plugin I have tried out was Miniblog. The original author of this plugin was Ryan Poe, but he gave up the coding on this project and turned it over to Joe. After some juggling through the right site, finding the right version and getting it installed correctly (the docs were missing in the first zip file, which made the plugin display dodgy) I tried it out and was quite satiesfied. The tagging system (simpletagging) still worked, no 404s, pages were loading fine and the sideblog showed. After having posted another entry to my miniblog, it also showed up. How gross, because I set it to display only one record. Fiddling with the source code solved this problem, but another problem was added: In combination with the in-series plugin (by REM state), entries that are part of a series are shown above the miniblog entries.
2. Quite confusing, and annoying. Since I did not want to drop the in-series plugin, I decided to hard-code my asides into my theme templates. Soon I was annoyed as well, also I did not have an archiving function of my posts as I was adding them in direct html code to the template.
3. I used the following code to ease the update process by only having to edit one external file, rather than navigating all the way up to my theme folder:
This of course was also no solution to the missing asides/sideblog problem, as the archiving option was missing.
4. Recently I came across a plugin called Front Page Excluded Categories, Instructions and FAQ can be found on the official wordpress.org website. It does what its name suggests: Exclude on specific category from showing on your blog frontpage. I figured out (nothing new to some I guess), that I could use this to hide my asides category from the frontpage. Then use the categories feed and re-insert this RSS-Feed into the main site template (theme) using another RSS-Feed plugin or some magpie-feed code. Voila, problem blown away! It works out of the box. You can use a RSS Importing Plugin such as Friends RSS Aggregator or FirstRSS or (what I am currently using) jRSS. If your feed is getting “douged” up, run it through Feedburner and import the (cleaned) feedburner RSS.
This guy (geeked.org) had a similar idea, but did not get it to run.
have_posts()) : $my_query->the_post(); ?>
< a href="" rel="bookmark" title="Permanent Link to ">
Is what I use now to display my asides!
(you need to fix the php tags though! e.g. move the brackets. I need a better code highlighter, seriously!)
If you enjoyed this post, make sure you subscribe to my RSS feed!

h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.




2
April 21, 200712:25 am
April 21st, 2007 12:25 am
Joe
Hi,
So you gave up on Miniblog? You know, I can’t do much with solving problems that I don’t know about. :D
4
May 11, 200710:50 am
May 11th, 2007 10:50 am
jez
Yes, kind of as all the plugins were interfering with the core wordpress files. resulting in my pages to end up broken. especially when using kates plugin.
your plugin joe was nice, as well, but I could not access the posts I made with it besides directly showing them on the page. they had no real post-slugs.
also the “sub-system” annoyed me. I want all my posts in one place.
6
June 26, 20071:31 am
June 26th, 2007 1:31 am
rgger1
argh! very frusturated trying to add asides to my WP blog. Tried both Miniposts (had a missing page error) and Sideblog (duplicating posts). Both failed so I copied your code above and pasted it into my right_sidebar.php. It’s not working either! What am I doing wrong?
8
September 16, 20077:50 pm
September 16th, 2007 7:50 pm
Quandary
Hey Jez!
I’m so sorry to hear that In Series wasn’t working out too well for you. Talk to me, man! I’ve only had one support request I couldn’t set right for a user. I’d be happy to help with any future issues that crop up, since it looks like you’re no longer having problems here. Of course, if you’d still like to help me track down this particular problem, I’m certainly not going to turn you down. :)
10
September 19, 20077:46 am
September 19th, 2007 7:46 am
Delores
Thank you so much for this post. I have been fighting for a simple sideblog plugin for a while now. Your system, however, isn’t working out though either. jRSS doesn’t install, FirstRSS didn’t have anything other than a plugin editor to mess with and I couldn’t figure out where I was suppose to input some new RSS feed that I would create for only sideblog posts. Eh, I’ll keep searching. You’re right though, neither Sideblog or Miniblog worked correctly — they did the same things you mentioned and proved to be more complicated than necessary.
12
September 19, 20077:51 am
September 19th, 2007 7:51 am
jez
hi delores, I fixed some code up there, can you have a try? it is a single simple loop
14
September 19, 20077:57 am
September 19th, 2007 7:57 am
jez
oh and quandary, sorry for the late reply, i have no idea what ate the inseries, after a server move it suddenly stopped working, I got so many sql entries from inseries as for the simpsons series etc, it is almost a pity!!
16
September 19, 20078:18 am
September 19th, 2007 8:18 am
Quandary
I don’t suppose you have a DB dump from when you did the move? What versions of MySQL/WordPress/In Series/PHP were you using on the old servers, versus the new ones? Can you recall more specifically what kind of DB errors you were getting?
We can take this to e-mail, too, if that would work better for you ;)
18
September 19, 20078:24 am
September 19th, 2007 8:24 am
jez
uff.. questions over questions, I will see whatI can find on the weekend, thanks for tracking me down on this issue and yes, lets carry this one out via mail :)
20
March 28, 200911:36 pm
March 28th, 2009 11:36 pm
RaiulBaztepo
Hello!
Very Interesting post! Thank you for such interesting resource!
PS: Sorry for my bad english, I’v just started to learn this language ;)
See you!
Your, Raiul Baztepo
22
April 8, 200912:51 am
April 8th, 2009 12:51 am
PiterKokoniz
Hello !! ^_^
I am Piter Kokoniz. oOnly want to tell, that I’v found your blog very interesting
And want to ask you: will you continue to post in this blog in future?
Sorry for my bad english:)
Thank you:)
Piter.