i have tried %tag%
in permalinks but it dont showing tag name in the permalinks… What i wanna do is to use the first tag name in the permalinks. So, how to do it? Thanks
Leave a Reply
You must be logged in to post a comment.
i have tried %tag%
in permalinks but it dont showing tag name in the permalinks… What i wanna do is to use the first tag name in the permalinks. So, how to do it? Thanks
You must be logged in to post a comment.
Use
add_rewrite_tag()
to register the placeholder, and filterpost_link
to insert the correct tag. Useget_the_tags()
to get the tags for a post.Sample plugin I have used in a project: