There’s always something to howl about.

What would Seth Godin do? Probably not one-size-fits-all . . .

(I’m waiting for a phone call, which is how Realtors address that awful burden of time that befalls them between birth and death.)

Joel Burslem mentioned the What Would Seth Godin Do plug-in today, and Jim Duncan has also written about it recently.

I like the idea, I just don’t like the execution. Too much one-size-fits-all for my tastes, where CSS and a WordPress theme can make everything unique and perfect.

I have code that will make the “intro.php” behavior introduced in WordPress 2.0 cookie-dependent. In other words, if the cookie is not set, visitors will see intro.php (or any other “sticky” pseudo-post you prepare under any arbitrary filename). If it is, they won’t.

I have it set with the cookie expiring in 60 days, so if someone has been away for a while, I can remind him of what’s what. People who forbid cookies will get the introductory post every time, but this is the default behavior for intro.php anyway. And if I change the name of the stored variable, I can cause everyone to see my presumably-substantially-revised introduction the next time they visit the site.

(There is a lot more you could do with something like this: Show it the first three visits, for example, or show a special message to very-frequent visitors.)

I don’t use this in BloodhoundBlog, although I could easily enough; it doesn’t require WP 2+. It’s really nothing but bread and butter PHP, as is WordPress itself.

If you want the code, it’s yours, but you have to hold your own hand. You don’t need to know PHP, but you do need to know how to edit and FTP your WordPress theme files. Email me if you want the files.

Technorati Tags: , ,