How to show posts from same tag
-
Hello,
I want to know code to show posts from same tag ?
I have code to show posts from same category & its working absolutely fine
[wp_show_posts id="123" settings="taxonomy=category&tax_term=current"]
I tried this code to show posts from same tag but its not working
[wp_show_posts id="123" settings="taxonomy=post_tag&tax_term=current"]
Please provide me correct code to show posts from same tag.
Thanks in advance
- The topic ‘How to show posts from same tag’ is closed to new replies.