In one of my private blogs, I use the excellent IImage Gallery plugin to show photographs. After the upgrade to Wordpress 2.5, all of the posts with galleries started failing by showing the message “There is no gallery in this post”. After puzzling about it for a while, I realized that this plugin uses the [...]
How to fix IImage Gallery pages after update to Wordpress 2.5
May 13th, 2008 · No Comments
Tags: Blogging · Tips & tricks · wordpress
How to use Wordpress 2.3 tags with ecto3
December 19th, 2007 · 2 Comments
To use the new Wordpress 2.3 tags system with ecto, so you can set tags using the ecto side panel, the ecto configuration has to be changed from the default. The instructions are found in the ecto support forum (these instructions apply only to ecto3 - I don’t know how to do it for ecto2, [...]
Tags: Blogging · Mac · Tips & tricks
Fancy Pull-Quotes plugin
April 21st, 2007 · 1 Comment
Are pull-quotes useful? I don’t know, but they sure look good. I just installed and enabled the Fancy Pull Quotes plugin, just to try it out. Are pull-quotes useful? I don’t knowMaybe I’ll start using it to improve the appearance of my posts, or just to be silly.
Update: looking at the original version of [...]
New del.icio.us widget and a fix for empty widget titles
April 5th, 2007 · No Comments
I had been using the del.icio.us widget included with the widgets distribution to produce the “my del.icio.us” section in the sidebar. Today I discovered that del.icio.us also provides a javascript snippet that you can include to produce exactly the same output, so I have disabled the del.icio.us plugin and inserted the javascript in a new Text widget.
The problem? The del.icio.us code [...]
Sphere plugin
April 5th, 2007 · 4 Comments
I’m trying out the Sphere Wordpress plugin, so you will see a link at the bottom of most posts. If you click on it, it’s supposed to find related things on the web. In my tests so far, the things it finds do not seem very relevant, but I’ll let it there for a bit [...]
MetaweblogFS: Ruby, FUSE, XML-RPC, oh my
March 31st, 2007 · 9 Comments
I have been wanting to learn Ruby, and I recently started playing with FUSE, for creating file systems in user space in Unix.
And a couple of days ago, Marcel asks me if I knew of any blogging client that would allow complete offline editing of the posts as files, and then synchronize them. That was enough to plant the seed [...]
Tags: Blogging · Linux · Programming
Blog-tagged!
March 7th, 2007 · 1 Comment
I’m not commonly one to participate in chain-letter-like things, but I find this one cute: I have been blog-tagged by Raffy Marty. So I have to tell you five little-known things about myself. Without further ado, here they are:
I have an IMDB entry. Yup, that’s actually me. If you are curious enough to follow the [...]
Fine tuning
December 14th, 2006 · No Comments
I’ve been making some more small changes to the look of my site. I really like the Cutline theme, and there is a lot of useful information at its web site. The latest two changes I have made are the Google ads in the header image and the site map, both of which you can [...]
Wordpress widgets
November 1st, 2006 · No Comments
Only now I have started playing with Wordpress widgets. One nice thing is that as long as you are using widget-aware themes, the structure of your sidebar remains the same throughout theme changes.
I noticed that the widget-configuration GUI doesn’t work perfectly with Safari. The widgets in the sidebar representation sometimes appear mangled, and the [...]
Avoiding undefined function errors when disabling plugins
March 6th, 2006 · 1 Comment
Many Wordpress plugins require inserting in your theme files calls to functions they define (examples of this include very useful plugins like Akismet Spam Count, del.icio.us integrator and WP Admin Bar). This causes problems when the corresponding plugin is disabled (for example, as suggested for the Wordpress 2.0 upgrade process). Avoiding this problem is extremely [...]
Tags: Blogging · Tips & tricks