Blog

Articles about WordPress

Our CMS won an award!

By Tim Priebe | November 30, 2009

Okay, okay, it’s not technically our content management system, per se. But WordPress, the software that we install on 90% (or more) of our websites so clients can manage their own sites and blog if they so desire, recently won the 2009 Open Source CMS Award. WordPress started out as a blogging platform, and we…

Display the top level category in WordPress

By Tim Priebe | July 16, 2009

The is just a quick WordPress code snippet for those WordPress programmers or code dabblers out there. Recently we needed a page in WordPress to display the top parent page title rather than the current page’s title as the heading on the page. Here’s the code we used to accomplish that: <? $currPost = $post;…