I am trying to add a custom field to the post permalinks by using a combo of add_rewrite_tag and applying a post_link filter. What I am aiming for is...
I’m trying to generate rewrite rules for a RESTful API. I just want to see if there is a better way to make this work than having to write...