Converting my page to anspress

6.25K viewsGeneral
0

hello, I have a q & a webpage. All the questions are posts. How can I convert my webpage to anspress? thanks a lot in advance

Unselected an answer
1

Here it is:

UPDATE wp_posts
SET post_type = 'question'
WHERE post_type = 'YOUR POST TYPE';


NOTICE: add more where conditions to make sure you update only the required posts.

Unselected an answer
You are viewing 1 out of 5 answers, click here to view all answers.