I’ve been playing around with this little piece of code,

$tag = preg_replace('/^ +/','',wp_title('',false));
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts("paged=$paged&tag=$tag");
?>

It took way too long to find and learn how to use but I’ve got it on NZwakeboard in the riders pages such as Josho’s, That find’s any tagged post and brings them in on a page with the same name, it can be done in easier ways by using tag templates but I’ve got another project in mind that I think it could really help with. But that’s waiting on more than one thing to fall into place before I can get it sorted, till then I’m gonna keep playing with the code and seeing if I can use it better. So, for now, throw it under the regular loop and then create another loop the same after this code and it will bring up the posts.