Adding a Dynamic Widget Footer to WordPress Using a Sidebar

So I’m now at the point where I’d like to be able to start putting in some advertising slots on this blog for affiliate links and for google adsense ads. That means I need a bit more control over the theme and a bit more “room” to put things. I’m also finding that a lot of widgets in the sidebar need more horizontal space than the two narrow sidebar columns allow.

Fortunately, there’s plenty of unused space in the footer of the blog — so I’m going to move some of the more wordy widgets down there — which should clear space for some 120×600 ads in the sidebars as well as other types of advertising. Also, it will make the Recent Posts and Recent Comments widgets more readable by putting them where they can spread out horizontally.

However, the theme I’m currently using doesn’t have any support for widgets in the footer!

I’m going to have to add those myself. Fortunately, it is very easy to add additional components in WordPress.

Read more

Working Outdoors on a Nice Day

Well, the weather is nice-er anyway. According to the weather site, it is 48°F outside. Warm enough to sit outside in a t-shirt for an hour and do some web reading and work on some websites.

That was my goal, and I’m hitting it finally.

Read more

Getting WordPress Automatic Upgrade to Work on Pair.com

This was a seriously painful problem for a while. Took a bit of searching to come up with a very easy solution (which would have been even easier if I hadn’t made a typo).

What was happening:

1. Automatic upgrades of some plugins worked — but VERY slowly (as in it took HOURS). And it would ususally hang at the end, but I could reload the web page and everything seemed fine and worked. Obviously not the slick interface that was intended.

2. Some plugins — including the old WordPress Automatic Upgrade plugin — just failed.

Read more

Stopping WordPress Comment Spam

The Hello World post on this blog has been getting slammed with comment spam.

The Akismet plugin (which comes with WordPress) has been doing a good job of marking it all spam, but it still is a ton of stuff to delete (unless I just delete everything in the spam folder and presume it was spam).

I wanted to find some way to stop the spam before it even got into the system.

Read more

Deciding on a permalink structure for WordPress

I didn’t even know this was such a big issue.

For this blog I’m not concerned, but this is just my rambling site and not a “real” site. However, for a real site there seem to be all sorts of issues. Apparently things can get yucky if you just use %postname% — at least at some point. Especially if you have a lot of pages (in a situation where I think pages means pages which are different from posts). Some of this gets into WordPress architecture issues that you’d both need to read the WordPress code AND understand the finer points of how databases work. I have to ponder this a bit. For now, this is what I found that seems most relevant.

Read more