by Atif N | Jun 2, 2015 | Web Develpment
How to Change WordPress themes using Database? Some times you come across a situation that you cant access your site for some reason. For example I had a bug in my theme’s functions.php file and I could not even access my wp-admin. Only solution was to change...
by Atif N | Dec 16, 2014 | Free Plugins, Portfolio
About the Project Simple plugin to count and show a total number hits (Unique visitors or page-views) to the site without using any third party code. As the name suggests, it’s a very simple Hit Counter that counts the number of Unique Visitors and Page-views. You can...
by Atif N | Aug 2, 2014 | Free Plugins, Portfolio
About the Project Adds a simple option on the bbPress Forum’s side bar to choose if you want the replies to any topic in the selected Forum to be sorted in Ascending or Descending order. bbPress default is Ascending order which means the latest reply shows on... by Atif N | Mar 19, 2014 | Server Management
It is probably best to change the default SSH port to add some protection to your server. You need to change the SSH server’s configuration file by running the following command. nano /etc/ssh/sshd_config It opens up the config file in NANO editor. Look for the... by Atif N | Feb 12, 2014 | Web Develpment
WordPress by default uses this address wordpress@yourdomain.com which quite often ends up in user’s spam mail folder. It is strange why WordPress has not provided any option on the settings page to change the default from email name and address. But they have...