That is what was causing the problem for me. If I created a custom variable it caused the problems of the_tags() not working. As soon as I changed it to use $wp_query it worked great. So to be honest I don't have a clue.
2008/11/29 Gaarai <[EMAIL PROTECTED]> > I'm curious why people are trying to use the $wp_query variable at all. > Simply create your own variable with a unique name, such as $my_query, and > avoid all these problems entirely. > > - Chris Jean > > -- snip -- > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
