Oct 13, 2007
If you’re using pretty permalinks (as in your permalinks look something like /2007/03/post_slug), you can clean up your WordPress folder a bit by deleting these files:
wp-atom.php
wp-commentsrss2.php
wp-feed.php
wp-rss.php
wp-rss2.php
This is because as of, I believe, WordPress 2.2, these files are left behind only for legacy purposes — for people without pretty permalinks. The feed files themselves are located in wp-includes/ and with pretty permalinks, WordPress goes right to those files.
In fact, WordPress still …
Oct 12, 2007
I’ve just spent the better part of, oh, say, 20 minutes, slamming my head over and over again into the wall that are the WordPress rewrite rules. What I’m struggling with is that WordPress seems to be sweeping up all the requests that aren’t actual files or directories.
More specifically, I’m trying to get an SVN repository set up at /svn. You can view it in a browser and check out the repository, but I kept …
Oct 4, 2007
I just downloaded MarsEdit and I’m giving it a trial run. I’m just finding the WordPress admin a bit… web-like. I’ve probably stared at those shades of blue a little too much.
So far so good. The setup wizard which popped up the first time I opened MarsEdit was extremely simple — one dialog for the blog name and URL, another for the username and password, and I was good to go. The interface is very …
Sep 26, 2007
I’ve released Cleaner Dashboard 1.1, which fixes a bug with the width of the boxes. It turns out that if the text is too long (such as the name of a trackback’s title), the text is all jammed up and hard to read. So I fudged with the margins and widths a bit, so hopefully the added spacing will solve that.
Thanks to Mark Jaquith for spotting the bug.
Go to the Cleaner Dashboard plugin page to …
Sep 25, 2007
I’ve actually had this code done and sitting around for a few days, but some issues with the WordPress plugin repository delayed my release, but now I can announce that I have released 1.0 of Cleaner Dashboard, a WordPress plugin.
This plugin does two things to your dashboard:
- The WordPress News and Other WordPress News sections are removed. You don’t even load them. Why? So you won’t have to bother with the AJAX …
Sep 24, 2007
Before the WordPress Development Blog even announced it, I’ve upgraded to the 2.3 branch and everything seems to be going fine. Quite a few new features (a good list is here), and most of my plugins went through 2.3 fine. All except for the Google Sitemaps Generator, but a quick upgrade was all that was needed.
The UTW tag importer went fine, and I guess I’ve got to change some things around on the site to …