acf-permalink
acf-permalink copied to clipboard
Does not work properly in query parameter
trafficstars
I am trying to set up a Post Type where the dynamic aspect of the permalink is a query parameter
reports/?type=annual&y=%postname%
where postname is going to be my year. It almost works in the preview of the link up top but still appends another postname at the end, and then the actual link still contains the string %postname%
Note the permalink up top and the link preview bottom left
Hello. Unfortunately plugin supports only part of the URI structure, not query parameters. This is because query parameters can exist in any order, while URI is structured.