How Do I Use The WordPress Plugin Posts 2 Posts by Scribu?
Ok, so the idea is that you have an outer loop, that displays the tours. And then you have an inner loop, that displays each artist. The way The Loop works is that it populates a lot of global variables, such as $post, so it looks like magic. Let’s look at a more uniform approach: … Read more