Maybe this has been done before....
Or there is a way to internally accomplish this in WordPress...
But i want to write a wordpress function to be used by the loop that i can control the order of output of functions being called in that loop...
For example...
sometimes, i'd like
the_content() to come before the_title()
instead of it being the opposite.
maybe this function would take an argument that represented the order of the the functions being called....
.......................................................
Any thoughts anyone...
Cheers,
Wok