Monthly Archives: August 2010

WordPress Tip: Modifying the Loop, Custom Posts Query to include all Post Types

The default post_type in query_posts is ‘post’, so other post types will not be in the loop unless they are specified. Here is an example of what you could include at the top of your template to include all post … Continue reading

Posted in Code, Hacking | Leave a comment

“The 1,11,2 Problem”, natural sorting of numbers and characters.

I’m sure everyone has run into this problem! You’re looking at a list in your file browser, or a maybe a list of tracks, the filenames or track numbers contain both numbers and characters, and the ordering is against logic: … Continue reading

Posted in Code | Leave a comment

Audio Player and TinyMCE HTML Editor for Django based website Poobah.com

Adding an audio player to a website can be a simple to complex task, there are many possibilities. For the Into Infinity project, intoinfinity.org, sponsored by Dublab and Creative Commons, we needed a player that would cleanly loop an 8 … Continue reading

Posted in Websites | Tagged , , | Leave a comment