Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have existing wordpress site and add a blog in existing wordpress site , i have want to another link add this sub domain of existing wordpress site for create a new blog.but i don't know how to create blog , how to add blog in existing wordpress site and how to blog link configure in sub domain in existing wordpress site .

plz help me to easy step by step create a blog .

share|improve this question

2 Answers

What about using Wordpress Multisite.

Use define('WP_ALLOW_MULTISITE', true); in wp-config.php.

share|improve this answer

There are couple ways:

1) Set up a separate WordPress engine on the subdomain and use it for blogging.

2) Use existent wordpress based site and represent blog as a set of entries tagged 'blog' (you can also use categories). But I'm not sure if you can point category root to subdomain.

share|improve this answer
If you will install another engine, then it will take more space in server. please tell another trick. – Sandeep Pattanaik Mar 19 at 7:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.