Forums
(@soniczen)
15 years, 9 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.
16 years, 3 months ago
UPDATE: I rolled back to WP 2.6, and that seems to have fixed the problem.