Hello lefterisan,
Wich archive page do you mean?
Can you return an URL?
Regards, Danny
Hello Danny, im talking about archive pages like this categories/nameofthecategory/.
When i have active the option Unique page categories/tags the plugin create as it should unique categories but i dont like to have archive pages for this categories.
Hello lefterisan,
It’s not included in the plugin, but we can force this by adjusting some code …
In your_WP/wp-content/plugins/category-to-pages-wud/pages/ you will find the file: c2p-wud-reg-terms.php
Go to line: 114 and change:
'public' => true,
to
'public' => false,
If you need the same for the tags on line 151 the same changement.
Regards,
Danny