I have a website built in MVC3.
I want to integrate a wordpress blog so users are able to still enter blogs using this but shows on the MVC site. Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WP should run fine and independently if you just stick it in
/blogfolder in your web root. Just make sure your server is configured to not-rewrite actual files and directories to your framework, which is most of the time default.