Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries Tagged as 'Wordpress'

Importing Wordpress to Banjo

October 22nd, 2007 · 3 Comments

Thanks to Andy C I’ve finished the Wordpress import script for Banjo.
That article gives instructions for direct SQL loading of a somewhat different blog database. I couldn’t use it directly for Banjo, partially because I’m through with using MySQL. I just can’t take all the UTF problems any more. I’ve gone all […]

[Read more →]

Tags: Banjo · Django · Wordpress

Multi-blogging for Wordpress update

August 6th, 2006 · 13 Comments

One of the first post on this site was Multi-blogging made easy.

[Read more →]

Tags: Wordpress

Fixed a Wordpress Feedburner Replacement Bug

June 10th, 2006 · 2 Comments

This morning I logged into Feedburner to check my stats. AAAARGH! 0 subscribers on all my blogs.

[Read more →]

Tags: PHP · Plugins · Wordpress

Activating Akismet anti-spam plugin

May 7th, 2006 · 3 Comments

If you are using Wordpress, and you aren’t using the built-in plugin “Akismet”, are you insane? Or are you a bit confused about that API Key thing you need?See, you need that plugin. Or at least you will once the comspammers find you.

[Read more →]

Tags: Wordpress

Related Posts plugin modifications

March 17th, 2006 · 1 Comment

I’ve been delaying using a related entries plugin because it didn’t fit with my normal way of posting. See, it uses a Wordpress custom field "keywords" to do its matching.

[Read more →]

Tags: Plugins · Wordpress · Open Source

What is it about PHP

February 22nd, 2006 · 1 Comment

I’m no fan of PHP, I believe it is a terrible language which produces insecure, ugly code almost all the time, yet I use it. It powers this blog, for example, and it will be powering the online store I am about to launch. Why do I use it when there are […]

[Read more →]

Tags: Rants · Wordpress

3 Column template with good Adsense placement

February 12th, 2006 · 6 Comments

The Three column style for Wordpress weblogs is getting very popular.

[Read more →]

Tags: Templates · Wordpress

Wordpress 2.0.1 still has annoying attribute stripping

February 3rd, 2006 · No Comments

When Wordpress 2.0 was released, its aggressive tag attribute stripping caused me a lot of pain.

[Read more →]

Tags: Wordpress

Wordpress title suffix plugin

January 24th, 2006 · 26 Comments

I read some research lately which seems to show that keywords matter to search engines in your site’s “title” tag. Not only that, but position matters. Preferably your page title should precede your site title.Unfortunately Wordpress is coded to make that sort of ugly.

[Read more →]

Tags: Plugins · Wordpress · Downloads

Solving Wordpress 2.0 External Posting Errors

January 8th, 2006 · 3 Comments

Since upgrading to WP2.0 I had not been able to use my favorite Weblog editor Ecto to do any posts which contained any inline tags, such as div or span classes. Also, it had been stripping the meat of Image tags.

[Read more →]

Tags: Wordpress · Site