How do I Install and Activate plugin?
- Download the latest .zip file for the plugin.
- Log into your WordPress website.
- Go to “Plugins”>“Add New.”
- Click the “Upload Plugin” button at the top of the page.
- Select the .zip file of the plugin.
- Click the “Install Now” button.
How do I Install and Activate Theme?
(Please extract the ZIP file if there is more file in and upload only the theme zip file for the ZIP)
- Download the latest .zip file for the theme.
- Log into your WordPress website.
- Go to “Appearance”>“Themes.”
- Click the “Add New” button at the top of the page.
- Select the .zip file of the theme.
- Click the “Install Now” button.
How do I upgrade the file limit from 2MB to 3TB
- Log into your WordPress website.
- Go to “Plugins”>“Add New.”
- Search for “Tuxedo Big File Uploads“
- Install and Activate it.
- You file limit will be increased
How do I upgrade wp memory limit
- Log into your c-panel
- click on the config.php file
- copy paste these code.
define(‘WP_DEBUG’, false);
define(‘WP_HTTP_BLOCK_EXTERNAL’, false);
define(‘FS_METHOD’, ‘direct’);
define(‘DISABLE_WP_CRON’, true);
define(‘WP_MEMORY_LIMIT’, ‘256M’);
define( ‘WP_CACHE’, true );
define(‘WP_ALLOW_REPAIR’, true);
require_once(ABSPATH . ‘wp-settings.php’);
add_filter( ‘auto_update_plugin’, ‘__return_false’ );
add_filter( ‘auto_update_theme’, ‘__return_false’ );
define( ‘WP_AUTO_UPDATE_CORE’, ‘major’ );