Why BackupBuddy fails to send backups to a remote server

Why BackupBuddy fails to send backups to a remote server

When backing up to a remote server, the successful completion of the process relies on many different factors including the type of the remote server (FTP, Amazon, DropBox, etc.), the load on the two servers, the network connectivity between the … Continued
How to Change my WordPress Subheading

How to Change my WordPress Subheading

The majority of WordPress themes take the subheading text from your blog’s tagline. To edit it, access your WordPress admin dashboard, go to Settings -> General and change the Tagline value. Note that advanced WordPress themes may have custom settings pages that can change this setting.
How to add and publish a post in WordPress?

How to add and publish a post in WordPress?

Adding and publishing a new post in WordPress is an easy process. All you have to do is to access your WordPress admin dashboard area -> Posts -> Add New. Write your post’s title and text and when you are ready, … Continued
What is WordPress?

What is WordPress?

Currently WordPress is one of the most popular web blogging software. It is the most common choice for blog users because it provides: – Ease of use and versatility. WordPress is suitable for just about anybody – from the absolute novice … Continued
How to disable all WordPress plugins directly from the database?

How to disable all WordPress plugins directly from the database?

You can easily disable all WordPress plugins directly from your database. This is useful when you have problems with your WordPress installation, such as not being able to log in to the admin Dashboard, or having blank pages on the … Continued
How to Change my WordPress Subheading

How to Change my WordPress Subheading

The majority of WordPress themes take the subheading text from your blog’s tagline. To edit it, access your WordPress admin dashboard, go to Settings -> General and change the Tagline value. Note that advanced WordPress themes may have custom settings pages that can change this setting
How to adjust the reading settings in WordPress?

How to adjust the reading settings in WordPress?

You can easily adjust the reading settings of your blog from the WordPress admin area -> Settings -> Reading. From there you can adjust the front page settings, the number of posts your blog pages show, the number of posts your feeds show, … Continued
How to configure WordPress to use SEF/Short URLs?

How to configure WordPress to use SEF/Short URLs?

WordPress allows you to set your blog links the way you want them to look like via the built-in tool called Permalinks. To configure it, go to the administrative area of your WordPress website -> Settings -> Permalinks. From there you can select from … Continued
How to Disable/Enable the WordPress Cron

How to Disable/Enable the WordPress Cron

How to Disable the WordPress Cron To disable the internal WordPress cron job system, open the wp-config.php file in the root of your WordPress installation and locate the following line: 1 define(‘DB_COLLATE’, ”); Right under it, add the following code: 1 define(‘DISABLE_WP_CRON’, … Continued
How to install plugins in WordPress?

How to install plugins in WordPress?

WordPress plugins can be installed from your WordPress Dashboard under Plugins -> Add New. You can also follow our detailed WordPress tutorial on how to install WordPress plugin. In addition to that you can also find detailed installation instructions in the plugin package you … Continued