Blog articles tagged with the-loop

Custom Loops for Custom Taxonomies in WordPress 2.8

09.23.2009 04:24PM by Evan Johnson

WordPress 2.8 saw a big expansion and enhancement of it’s Taxonomy API, allowing for easy creation of custom taxonomies. The default WordPress "category" and "tag" taxonomies are sufficient for most blogs, but the ability to define additional sets of terms ("vocabularies") makes the platform a much more flexible and powerful Content Management System than it was before. Ever since Justin Tadlock opened my eyes to how...

Read the full article...

Comment [2]

WordPress: A Loop inside of a Loop with working Comments

08.25.2009 01:32PM by Evan Johnson

I was faced with a problem while creating a WordPress theme the other day. I was grouping posts together using a 2.8 custom taxonomy (which is my new favorite thing in WordPress), and wanted to display a list of all related posts above the Comments template. Basically wanted a small Loop inside of the main Loop – a loop within a loop.

I found a few pages online...

Read the full article...

Comment [3]