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
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