» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Kellan-Elliot-Mcrea + Wordpress

Introducing Prologue « WordPress.com

Low threshold, "twitter-like" WP theme, for status updates. Very interesting. And even tho they don't mention it, also Tumblr ish.

Kellan-Elliot-Mcrea: del.icio.us/kellan

Timing is everything: scheduling in WordPress - Development on a Shoestring

thank goodness for all the bots in the world, keeping the cron fresh

Kellan-Elliot-Mcrea: del.icio.us/kellan

Rhymed Code » Custom Write Panel

not released yet as far as i can tell, but looks cool

Kellan-Elliot-Mcrea: del.icio.us/kellan

Flexible Category Lists for Wordpress

One of the side effect of overloading (perverting?) the Wordpress category system to do tagging is you end up with over 1000 categories. The posting interface gets unhappy, and the wp_list_cats template tag becomes pretty much useless.

(This post is another Wordpress meta post, one of several I’ve got queued up in my head, and probably interesting to 3 people in the known universe, but here you go.)

better_cat_lists is Wordpress plugin that adds a couple of more flexible methods.

wp_list_popular_categories

works like wp_list_cats, but only categories with $cat_threshold posts in them.

wp_list_popular_categories('sort_column=name&cat_threshold=20');

wp_list_recent_categories

works like wp_list_cats, but only from posts with the last $n days. You can also limit the total number with $cat_limit

wp_list_recent_categories('days_ago=180&cat_limit=80');

Both methods use the same hack, they overload the list_cats_exclusions callback to do positive match instead of the intended negative match - appending and cat_ID in ($cat_ids) to the exclusion string. PHP at its finest, quick and dirty, like monkey patching but without language level support for it.

Kellan-Elliot-Mcrea: Laughing Meme

Laughing Meme, Rebooted

Warning

About a month ago the creaky, heavily forked, and largely neglected version of Typo I was using to host Laughing Meme, started blowing its brains out. And for the preceding 6 months I had been losing the war against comment spam. Additionally I had reached the conclusion that while Mongrel changes the game for Rails hosting, not enough to make it cost effective for a blogging platform. Time to reboot.

Wordpress

One month to the day, please welcome the new revived LM, now on Wordpress!

This will mark my third attempt to migrate to Wordpress, the last time was about 48 hours before I moved to Typo. Hopefully it will stick this time.

Pardon the Dust

Lots of work still to do on templates (they work on my laptop! what’s your problem?), some links are broken, I haven’t spent as much time crafting the feed formats as I’d like (terribly out of character I know!), and I haven’t migrated over the comments yet. All the old links should work, and if you do find 404 please let me know. (Not only are the permalinks from my Typo install working, but also all of those from the MT install before it!)

All One Big Stream

Given that most of my blogging lately has been link blogging, I’ve moved this content into the main stream (and the main feed). A separate feed just of links is still available, and as soon as I do a bit of hacking a stream of everything but links will also be available. I won’t however be pumping every bookmark, photo, twitter, and burp through this feed. Separate temple of ego may someday appear, but no one will be auto-subscribed, I promise.

Wordpress Wants

Hey all you Wordpress users. Do you know of plugins, snippets, or examples of:

  1. Good Wordpress tagging interface? Don’t make me revive my tags4wp code. Please
  2. Stripped down posting interface?
  3. Good archives?

I Have No Blog, and I Must Share!

And by way of fair warning, I haven’t had a blog for a month, so expect updates to be a bit fast and furious for a while.

Thanks everyone for bearing with.

Kellan-Elliot-Mcrea: Laughing Meme