Select Page

Change WordPress themes in database

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...
SRS Simple Hits Counter

SRS Simple Hits Counter

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...
Sort bbPress topic replies

Sort bbPress topic replies

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

Change SSH listen to port other than default 22

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