Adding SRV to your Windows Servers

Service (SRV) record. Allows administrators to use several servers for a single DNS domain, to easily move a TCP/IP service from one host to another host with administration, and to designate some service provider hosts as primary servers for a service and other hosts as backups. DNS clients that use […]

How to restore original WordPress URL

After changing the Site and home page URL to temporary through the database, we can revert the site URL. To revert it, you don’t require to login to the database, you can do it from the WordPress dashboard through this steps. Log in to WordPress as the administrator. Under Dashboard, click Settings, […]

How to Configure WordPress to Use Temporary URL

Log in to cPanel. In the Databases section of the cPanel home screen, click phpMyAdmin In the left-hand pane of phpMyAdmin, click the WordPress database. A list of tables in the database appears: Under the Table heading, click the wp_options A list of data rows appears:   Under the option_nameheading, locate siteurl, and then click Edit:   […]

How to change WordPress language using a Plugin

To change or use a different language in WordPress manually can be difficult especially for people without so much knowledge of WordPress. The use of a plugin makes this work very easy and manageable by everyone. One of the most popular plugins is WordPress Language. This plugin automatically downloads and installs […]

How to change WordPress language

One of the reasons WordPress is a popular CMS is that it has many languages. WordPress is a powerful blogging tool and therefore its ability to have many languages is an advantage to its users and administrators. By default, a WordPress installation uses English as its language, but there are […]

How to schedule publishing in WordPress posts.

Sometimes you can write many articles at the same and you don’t want to publish them at them same time. WordPress has such a powerful scheduling capability which is very easy to use. To schedule post in WordPress, follow the following steps. Log in to WordPress dashboard. Under Dashboard, click Posts, and […]

Configuring a custom Cron job in WordPress Using Command line.

To set up a WordPress cron job using the command line, follow these steps: Log in to your account using SSH. At the command prompt, type the following command: crontab -e Type o to enter editing mode and start a new line of text. Type the following line, replacing username with your own cpanel account […]

How to Disable Automatic WordPress cron Job

A cron job is a task scheduled to run automatically at specific intervals. For example a cron job to backup files after one week. WordPress by default, run a cron job called wp-cron.php which runs anytime a page loads. This cron job is not real time. This cron job is […]