Guest User

Untitled

a guest
Jan 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $tags = wp_get_post_tags($post->ID);
  2. if ($tags) {
  3. foreach ($tags as $tag) {
  4. echo " ".$tag->name;
  5. }
  6. }
Add Comment
Please, Sign In to add comment