Forums
(@soniczen)
17 years, 3 months ago
the_tags(); was not working for me with a query like this:
$somePosts = new WP_Query();
print get_the_term_list(…); worked out just great. Thank you.
17 years, 8 months ago
UPDATE: I rolled back to WP 2.6, and that seems to have fixed the problem.