Found 42 results for: wordpress
You are here:
- KB Home
- Search results for wordpress
October 8, 2022
119
How to Disable XML-RPC in WordPress
All you have to do is paste the following code in a site-specific plugin:add_filter('xmlrpc_enabled', '__return_false');Alternatively, you can just install the plugin called Disable XML-RPC. All you have to do is activate it. It does the exact same thing as t...
October 8, 2022
55
How To Force WordPress with SSL Connection
Below will be the steps to guide user to force WordPress with https:// connection.1. Login into WordPress admin dashboard. eg: www.YOURDOM AIN.com/wp-admin2. Select Settngs-> General3. Under WordPress Address (URL) and Site Address (URL) update user...
October 8, 2022
43
How To Configure WordPress SMTP
1. Login in to your WordPress admin portal via domain.com/wp-admin
2. Navigate to Add New under Plugins.
3. Look for SMTP plugins such as SMTP mailer or WP Mail SMTP.
4. Once it has been install, may navigate to the plugin settings from Setting (In my ca...
October 8, 2022
37
How To Move Blogger to Self-hosted WordPress
In this example, lets say that you have a Blogger blog http://yourblog.blogspot.com and would like to migrate it to Self-Hosted WordPress with custom domain name newdomain.com Get domain name and purchase a hosting accountYou must have or register do...
October 8, 2022
33
How To Install WordPress in Sub-Domain
If you wish to install WordPress on your sub-domain, there will be changes on the Domain section as per the screenshot below:Login tocPanel via yourdomain.com/cpanel.Locate Softaculous Apps Installer.Locate WordPress follow by Install.On the Choose Domain ...
October 8, 2022
60
How to redirect complete WordPress subfolder from .htaccess file
Before edit the .htaccess file, you need to copy a backup .htaccess to your local PC.Existing .htaccess should look something like:Code:==================================================# BEGIN WordPress RewriteEngine OnRewriteBas...
Optimizing WordPress application to avoid hitting CPU/Virtual Memory limit
CMS (Content Management System)
October 8, 2022
58
How To Optimize WordPress Applications
1. Remove any unwanted plugins.Sometimes users did kept the old plugins by just deactivating them which this process can cause issue on the usage or CPU/Virtual Memory usage.2. Update plugins to the latest version available.The plugins involve will require...
October 8, 2022
43
How To Fix WordPress Blank Page
If your WordPress showing blank page, below will be the possible problem and solution.Check 1: Disable all pluginsThere is 2 method to doing so:rename the plugin folder that located at wp-content/plugin.Disable WordPress Plugin from Database(PHPMyAdmin).Log into ...
October 8, 2022
32
How To Instll WordPress using cPanel
WordPress is a free open-source software that is available for install in your cPanel Softaculous installer for free. This article will explain how to install WordPress through Softaculous.
Below are the guidelines on how to do so:
1. Login into your cPanel.
...
October 8, 2022
153
How to Install WordPress using WebSite Panel
Step 1: Download the latest WordPress installation file from the http://wordpress.org/download/ , download it by clicking on "Download" button.Step 2: You could upload it via FTP or the DNP control panel File Manager and unzip the file. For your info...