How to add ad id to url?
I want ad url to look like this:
mysite.com/ad/test-123/
I use this permalink structure:
/%postname%-%post_id%/
But I get the following url for ad:
mysite.com/ad/test/
So my permalink structure doesn't work. How to add ad id into the url?