Converting my page to anspress
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
nikolas27 Unselected an answer
you describe the way to convert post to questions.
is there any way to convert comments to answers?
Rahul Aryan Posted new comment
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.
nikolas27 Unselected an answer
Thanks for your answer.
Is there any mysql DB command? The number of questions is: 3500+
nikolas27 Answered question
Hi,
You have to manually update post_type value in database. Change it to question and then got to wp-admin->anspress->tools and then run recount.
Rahul Aryan Answered question
yes there is. Kindly create a new question and I will answer it 🙂