Here is a cool bit of code to loop through a post type’s taxonomy and display the posts within to display a nice category listing with the posts.
PHP
Adobe: Can’t launch Dreamweaver CS5 | Mac OS Fix!
In my previous article on the site: Nothing happens when launching Dreamweaver CS5 on Mac I discussed my workaround to fix this problem. Basically, it was removing the Configuration folder from the hd/users/library/application support/adobe/dreamweaver cs5/en-US/ directory. This would allow you …
How to Use a Facebook Like Button on Any Page
The facebook like button is in. I know, you’ve been seeing it more and more around the web and now you want to implement it on your own website. I’ll show you how to do just this using a little …
WordPress Heirarchical Sidebar Page Menus
Let’s say you want to show a hierarchical sidebar menu that displays a listing of current subpages. This is easy enough, but let’s say that you have a top menu that shows all top-level pages. Once you click on a …
Link separators for wp_list_pages() code snippet
WordPress makes it very easy to dynamically create menus from pages and categories with the use of the function wp_list_pages() and wp_list_cats()… but what if you want to have separators in your menus? Here’s a bit of code that will …
WordPress List Subpages Even if On Subpage
I’m building a new site and the navigation on it requires me to use a different bit of code for parent and child pages. I thought I’d share the code for those out there building a similar navigation. Here’s a …