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
How to exclude a folder from WordPress permalinks?

How to exclude a folder from WordPress permalinks?

The default WordPress rewrite rules for permalinks might not work in some cases. For example, when you have other settings defined in .htaccess files located in subfolders. To exclude the subfolders from the WordPress rewrite rules, you need to edit the .htaccess file … Continued
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, as well as the encoding for your pages and feeds. If you want to see a video tutorial on how to adjust the reading settings in WordPress, click Play Video on the screen below. Find more useful WordPress videos at WordPress.tv.

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, as well as the encoding for your pages and feeds. If you want to see a video tutorial on how to adjust the reading settings in WordPress, click Play Video on the screen below. Find more useful WordPress videos at WordPress.tv.

All you need to do is create a new link from the WordPress admin area -> Links -> Add New. There you should fill in the name of the link and its description, choose its category (you can create a new category if … Continued
Where I can find the official WordPress Forums?

Where I can find the official WordPress Forums?

You can find the official WordPress Forum here. In addition, you may check our WordPress tutorial for more information on how to manage your WordPress blog.
How to change the group permissions in VirtueMart?

How to change the group permissions in VirtueMart?

Often the VirtueMart shops web masters need to alter the default permissions for the different user groups. This can be done from the Joomla admin area -> Components -> VirtueMart -> Control Panel -> Orders and Shoppers -> Shopper Groups. Then click on the name … Continued
How to configure VirtueMart to work with SSL?

How to configure VirtueMart to work with SSL?

To enable SSL with VirtueMart go to your Joomla! Dashboard -> Components -> VirtueMart -> Configuration -> Shop. Once there, the option to use SSL is ‘Enable SSL for sensitive areas‘. Enabling it will redirect checkout and payment pages to a secure connection over SSL.
How to hide your site name in Joomla

How to hide your site name in Joomla

Most Joomla templates display the site name defined in the Joomla configuration file configuration.php. Usually, the site name is set as the domain name for your website. In order to hide it, you need to delete the domain name and save … Continued
How to secure additionally Joomla?

How to secure additionally Joomla?

Before taking extra steps to secure Joomla, you should make sure its core code and any additional components / modules are up to date. Then you can take advantage of the next extra security measures: 1. Secure your administrator’s area. … Continued