Hello!
I would ask : if i want to show post tags i can use "<p><?php the_tags(); ?></p>" inside my post page, but if i want to show the same tags to another page, like an archive, how can i do?? Thank u!
Hello!
I would ask : if i want to show post tags i can use "<p><?php the_tags(); ?></p>" inside my post page, but if i want to show the same tags to another page, like an archive, how can i do?? Thank u!
Try it with wp_tag_cloud:
http://codex.wordpress.org/Function_Reference/wp_tag_cloud
You must log in to post.