Hi
I've been using WP as a CMS for a while and I thought that using Tags could be a handy way of placing content in a specific location on a home page.
For a simple example: there are 2 columns on the home page. each is divided horizontally in two (so a square divided into quarters):
TL | TR
---------
BL | BR
There would be a category called "home" and then you could tag a post to have it show in the Top Left, or the Bottom Right, etc.
I guess 4 loops using conditional wp_querys? Can't seem to find anything on using tags in the loop like this. Would using custom fields be better?
If I can figure out how to do this, it could really help those wanting to use WP as a CMS
Thanks!