Knowledge Base

What is MySQL?

MySQL is a relational database management system (RDBMS) that is free and open source. An RDBMS is a piece of software that allows you to create, manage, and query databases. MySQL is developed by Oracle that is based on structured query language (SQL) which is used to update and retrieve data from the database. A …

What is MySQL? Read More »

What are the file and folder permissions for WordPress?

The following are the recommended file and folder permissions for WordPress:                1. Folders permissions are 755                2. Files permissions are 655 mostly The following are the recommended file and folder permissions for WordPress: 1.Root directory (/): 755 2./wp-admin/: 755 3./wp-includes/: 755 4./wp-content/: 755 5./wp-content/themes/: 755 6./wp-content/plugins/: 755 7./wp-content/uploads/: 755 8.htaccess: 644 9.index.php: 644 10.wp-config.php: 640

How to activate WordPress Plugins

Follow below steps to activate WordPress  Plugins  through WP admin dashboard 1.Access the WordPress admin dashboard by logging in. 2. Select “Plugins” from the menu. 3. Find the plugin you want to activate. 4. Select ” activate ” from the menu. 5. To confirm, click the ” activate ” button once more.

How to Deactivate WordPress Plugins

Follow below steps to deactivate WordPress  Plugins  through WP admin dashboard 2. Select “Plugins” from the menu. 3. Find the plugin you want to disable. 4. Select “Deactivate” from the menu. 5. To confirm, click the “Deactivate” button once more.

How to Setup a New WordPress Theme

Follow the below steps  to set up a new WordPress theme: Select a theme: Free themes are available in the WordPress theme directory (https://wordpress.org/themes/), and you can also look into premium themes on third-party marketplaces. Install a theme from the WordPress theme directory:  Go to “Appearance” > “Themes” in your WordPress admin dashboard. Select “Add …

How to Setup a New WordPress Theme Read More »

Scroll to Top