Make my WordPress custom post types multilingual with Polylang

By adding the following filter to the functions.php or custom.php of the child theme, we have enabled custom post types to use Polylang. Adding this filter to the functions.php of my child theme worked for me.

My post type was … Continued

MYSQL Dump from Command Line

Back up your database from the command line using mysqldump. This works in most Linux based terminals / SSH.

  [uname] Your database username [pass] The password for your database (note there is no space between -p and the … Continued

KEI Formula Calculation

What is the formula for calculating KEI? Here is the formula for calculating KEI

Plug this formula into Excel and replace the items respectively. If you need to find the data source for volume of searches and number of … Continued

Installing Gzip on Nginx Server

How to Configure Gzip Compression on Nginx Server If you’re familiar with Nginx this configuration will be a breeze. All you have to do is open your nginx.conf file and add the following code in the http section. Here’s another article … Continued

Install Webmin

How to Install Webmin This tutorial will provide step by step instruction on how to install Webmin on an Ubuntu sever using Apt-Get. Webmin is a Unix administration system great which is great for putting a UI on your cloud … Continued

Nano Editor Cheat Sheet

• Ctrl+X Exit the editor. If you’ve edited text without saving, you’ll be prompted as to whether you really want to exit. • Ctrl+O Write (output) the current contents of the text buffer to a file. A filename prompt will … Continued