Custom Post type permalink structure with custom_post_id
THE ANSWER First of all, this link helped me a lot https://premium.wpmudev.org/blog/building-customized-urls-wordpress It turned out the I don’t need to use add_rewrite_tag(), but to use add_rewrite_rule() to achieve my goal. I wondered why — %job_id% (or even %post_id%, tried them both) is not recognized in my permalink structure. I was expecting that %job_id% will be … Read more