Remove automatically generated Archive page
-
Hi,
I was in the middle of swapping over FAQ plugins.
It worked fine, but I also had to update the post types via the database:
UPDATE
wp_postsSET
post_type= 'ufaq' WHERE
post_type` = ‘qa_faqs’;
UPDATEwp_term_taxonomy
SETtaxonomy
= ‘ufaq-category’ WHEREtaxonomy
= ‘faq_category’;
UPDATEwp_term_taxonomy
SETtaxonomy
= ‘ufaq-tag’ WHEREtaxonomy
= ‘post_tag’;This worked fine too, but now the “FAQS” page has been replaced with an automatically generated Archive page listing the FAQs posts. The original “FAQS” page is still listed under WordPress > All Pages. Correct URL and default template, just doesn’t display when visiting the URL, rather just gets overwritten by the archive one.
I’m not quite sure why it’s doing this? Do I need to update something else in the database?
(domain.com/faqs – is now forced to be an archive list rather than taking the WordPress page, any other URL will still work fine, but I need that one back)
- The topic ‘Remove automatically generated Archive page’ is closed to new replies.