Archive for the ‘WordPress’ Category

Multiple Blogs From Single WP Installation : WP-Hive

Posted: 3rd December 2009 by Jaygovind Sahu in WordPress

Apologies… I had mentioned in my last post that I did not find this plugin (wp-hive) working for me. After going through the forums I found that the wp-content directory in the wordpress installation folder must be kept writable while activating this plugin, otherwise it won’t be activated. I did so, installed it successfully and [...]

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 [...]