I want a permalink example/foo/bar
without plugins.
So I create the bar
page using wp_insert_post()
. I'm supposed to set the post_parent
argument to the ID of the foo
page.
But I don't want to create a dummy page foo
.
Can I do this without dummy intermediate pages?