Archive for November, 2009

Multiple Blogs From Single WP Installation

Posted: 17th November 2009 by Jaygovind Sahu in WordPress
Comments Off

When I thought of making a test-website for my school in one of subdomains which was again planned with wordpress, I thought whether I could use the wordpress core files installed for this blog be used for that subdomain. I found several solutions. I found a plugin WP-Hive which did not work well for me. [...]

Configuring SMTP for WordPress

Posted: 15th November 2009 by Jaygovind Sahu in WordPress

WordPress uses the default mail() function in the server. But in some of the servers, to stop spam intrusion and to add some security features this mail() function is disabled and a mailer function is used instead. If things are not configured properly, the automatic emailing system does not work which may affect some features in wordpress like [...]

Deleting Unneccessary Rows From WP Database

Posted: 15th November 2009 by Jaygovind Sahu in WordPress

The recent versions of wordpress give the authors an opportunity to revise their posts and repost it. This comes out quite handy but every time you go and revise or edit a post, new rows are added to your database beacause of the ‘autosave’ feature. If you are doing revisions of posts quite often your [...]