tw-asides: Asides widget plugin for WordPress

This has been languishing in my development folder for a while now. Rather than wait till I have time time to finish the last 10%, here is tw-asides v0.9 version 1.0.

tw-asides is an asides widget for WordPress. It lets you publish short posts that appear in your sidebar rather than in the main content column.

Some themes offer a similar feature already, but this one should work with any theme that supports widgets.

To use it, in brief:

1. Install and activate the plugin.

2. On the Design / Widgets tab of your dashboard, add the Asides widget to a sidebar. Remember to click the Save button.

4. Write a short post, and add the tag ‘Asides’. Publish it: it will appear in your sidebar instead of at the top of your front page.

If you’d prefer to use a different tag to identify your asides, you can change it in the widget options.

That’s about all there is to it. Asides posts won’t appear in your main content stream, whether it’s on the front page of your blog or when navigating via the next/previous post links. (If you visit the permalink page for an Asides post, next and previous will navigate amongst other Asides). The Asides tag archive page will work normally.

Download it here:

tw-asides.php 1.0

Update – I’ve added a plugin textdomain as per Robert’s suggestion, and bumped the version to 1.0. Also changed since 0.9, the permalink and <br /> tag are omitted if the post title is empty; this offers an easy way to write asides without permalinks for those who are so inclined.

1 May 2008, 14:53 by Alex ·

Alex, if you’d manage to add a @load_plugin_textdomain()@ somewhere I’d happily provide a German language pack for your plugin. Deal?

Robert Wetzlmayr    May 1, 10:14 pm    #

Robert: thanks, done. I also fixed the problem that was slowing down permalink page loads on this blog (sbl.spamhaus.org lookups were timing out).

Alex    May 2, 10:14 am    #

Fine. I’ve compiled a language pack with Portable Object files for both en_EN and de_DE.

AFAIK, to make it work, you’d still have to amend all @__(‘foo’)@ calls to use the chosen textdomain, i.e. @__(‘foo’, ‘tw-asides’)@.

Robert Wetzlmayr    May 3, 04:53 am    #

Question: will the asides make it to the RSS flow or not?
Preferably not I’d say.

Gunnar Lindberg Ã…rneby    May 8, 07:10 pm    #

Does this work on 2.3.3 or only 2.5.x?

Iva    May 9, 11:53 am    #

Commenting is closed for this article.