Skip to content

Tag: WordPress

Finding a decent GeSHi plugin for WordPress

I like GeSHi (enough even to have written a language file for it). For ages now, I've used a WordPress plugin by Dan Peverill. But for as long as I've been using the plugin, I've been looking to get rid of it. Read More »

WordPress feed pagination

Wiebe uses his author Atom feed to generate a list of his blog posts here on his own website. WordPress feeds only display the latest 10 entries. He has written 16 so far. What he needs is a feed with all his entries. Read More »

WordPress 2.7 administration panel changes

I really, really liked the new style of administration panel that was introduced in WordPress 2.5. In all the time since I've upgraded (and increasingly with every update), I've started to like it more and more. I hadn't thought it possible but everything just felt at exactly the right place, while before 2.5, the whole always felt like it had been thrown together by a blind child. Had I written it myself, it would have at least felt as being thrown together by an adult (chimpanzee). Read More »

Untangling WordPress’ core files from your local customizations

Since version 2.6, WordPress can be installed in its own directory, separate from your customizations and everthing. Needless to say, this makes upgrading a whole lot easier. Read More »

New theme

After upgrading to WordPress 2.5.x, I had to fall back on a stock theme because my old customization of the Sandbox theme no longer worked with the upgrade. But, then, it was time to redo my theme anyway. So here you're looking at the first version of my new theme. I might have let it stabilize some more before putting it on-line, but who cares? My reader maybe? Let's just hope he or she doesn't use IE. ;-) Read More »

Separate development/production environments for WordPress

When you're out Googling on how to maintain a separate development environment for a WordPress installation, you will only stumble across information about how to install all kinds of WAMPP packages. Well, I don't care about WAMP (or WAMPP). I want to be able to edit my theme, change my plugins, mess with my database locally and then deploy my changes when they're ready and well-tested (as if I ever...) Read More »

Upgraded WordPress from 2.1 to 2.3.1

I'm now on WordPress 2.3.1. It was about time too; I was still on 2.1. Importing the tags from Ultimate Tag Warrior worked fine. Before upgrading and importing, I quickly patched my local version of WP with a little help from Subversion: Read More »

Allowing dots in WordPress post slugs

I was once again annoyed by the fact that WordPress doesn't allow dots in post slugs. Luckily, this time I hadn't published the post with a botched URL yet. (I don't like changing permalinks because they're meant to be permanent; cool URLs don't change.) A quick googling pointed me to a post in the WordPress support forum with a reference to the Periods in Titles WordPress plugin. Read More »