July 2010
2 posts
Wordpress code: Find parent category of blog post
On MyBankTracker.com we introduced a new category structure. For reasons I won’t get into, I needed to find the parent category of the current post’s category. But, finding the parent category was surprisingly difficult using standard Wordpress functions. Anyways, this code is based on get_category_parents() which can be found in wp-includes/category-template.php. Note: this is tail...
Jul 26th
Yojimbo + Dropbox + sleepwatcher
There is a great post on the Yojimbo google group about how to get Yojimbo working on Dropbox. This allows you to use synchronize your notes/passwords/etc over more than one computer. http://groups.google.com/group/yojimbo-talk/msg/9465b1c53650a2b9 The one snag is that you can only have Yojimbo running on one machine at a time. In order to work around this limitation I’ve used the command...
Jul 20th