retrieving tags
-
hi
I’m using a custom select to retrieve my posts for my posts page instead of the loop. I need to get each posts tags as I display the post.
get_the_tags($post->ID);
this (above) seems to work and then I have to construct my string from the arrays, making sure I add links and commas between tags etc.is there an easier way to do this?
a+
gar
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘retrieving tags’ is closed to new replies.