Archive for the ‘WordPress’ Category

Get an OpenID!

OpenID LogoOkay - so you're into a bunch of different blogs/websites/services, but you don't wanna register a zillion accounts just so you can be a part of these communities - I know, I've practically built my house on that hill.

And the "too-many-accounts" argument is all well and good for most folks, but the reason why side of the problem is that communities need a way to identify you in order to track user data, give you access to files and (let's face it) help combat spam. Is there any hope for this situation? Of course there is -- OpenID!

List Subpages Update

I ran into another problem with the List Subpages Plugin.

Basically when you uploaded a file to a page the plugin "thinks" there's subpages underneath... while I don't fully understand why this was, I piddled around some more in the code, and by modifying line 42, came up with this workaround (new code is in red):


if ( $subpages > 0 && wp_list_pages("child_of=$parent_id&echo=0"))


Hope this helps somebody. (Maybe I'm just talking to myself? haha) ;)


Search Pages Plugin

Search Pages is a WordPress plugin that makes search queries look at pages and posts both instead of only posts.



List Subpages

I found a decent WP plugin today that allows you to list the subpages of a page. I did some tweaking on it (comments section) because i ran into a bug that I couldn't get to work any other way. I hope the developer continues to work on this plugin because it has proven pretty useful so far.

..k..

List Subpages Update