Replies: 0
Hello. How can I set a wildcard in the setting of the Current page when setting up the automatic insertion conditions? Currently I have it like: Equals -> page1/page2
But due to some changes, building a fURL functionality for my script, after page2 there will be numerous pages, like page1/page2/some_slug or page1/page2/some_other_slug etc. So I’d like to set it in general to something like page1/page2/*
I suspect I could use the Contains prefix instead of Equals, but I suppose that that would mean the matched term might be anywhere in the permalink, like */page1/page2/* , whereas I wanna make sure the page1/page2 will be the beginning of the permastruct.
TIA for your reply.