How to Remove Multiple Sites/Turn off Network in WordPress

10 Mar

wordpress logo

Delete the other sites. (except for the main site) Remove all the lines added to wp-config.php (You can find the wp root directory) Example Code: Delete .htaccess file and regenrate it by going to Settings > Permalinks > Save (or Revert back to older .htaccess file) Remove deleted and spam columns to the users table. [...]

[Updated] Ali Han Natural Theme

15 Feb

screenshot

New version now available! Gree Nature (Free WordPress Theme) My Natural WordPress blog theme. Spring, flowers, birds, sky and sun… DEMO – DOWNLOAD

How to Disable RSS Feeds in WordPress Without Plugin

4 Nov

wordpress disable rss feeds

Some small business owners use WordPress as CMS. They do not need any sort of RSS feed. This is also good for security and private space blogs. You can easily disable all RSS feed. Click on Appearance > Themes > Theme Editor > Locate and edit your functions.php. Append following php code: Save the changes.

How to install eAccelerator

3 Nov

Time required: 1 minute If using PHP v5+, download the lastest compatible version and extract. Remember v0.9.5.3 is the last version that supports user objects, later versions only support opcode caching. Note the path returned for the following command: Use the output from #2 to modify the –with-php-config flag in the following compile command: The [...]

Install XCache From Source

3 Nov

Time required: 1 minute Download the latest compatible version and extract: Note the path returned for the following command: Use the output from #2 to modify the –with-php-config flag in the following compile command: The result should be similar to: You can also use the eaccelerator.ini file we prepared for you: Restart apache when ready: [...]