|
|
Advanced Articles
Access your staging site
Added on Tue, Nov 17, 2020
You can access your Managed WordPress staging site to edit your site content without changing the live website. The staging site will contain the content from when you last saved changes to the staging site, or from the last time you pulled content... Read More
Add subdomain to Managed WordPress
Added on Tue, Nov 17, 2020
You can add domains or sub-domains to your Managed WordPress account through your control panel. Go to your Heart Internet control panel and open the Managed WordPress product page. From the Managed WordPress section select Manage for the site... Read More
CDN image indexing and Yoast SEO
Added on Tue, Nov 17, 2020
To ensure images are being indexed properly by Google Search Console when using the Yoast SEO plugin and a CDN, you should add a small snippet of code to the top of the functions.php file. This code will allow Yoast SEO to properly generate the... Read More
Change a WordPress email address in the database
Added on Tue, Nov 17, 2020
You can update your WordPress email address in the database, which can help if you cannot receive the password reset email. Log into phpMyAdmin. Click on the _users table. Click Edit next to the user you want to update. In the Value column,... Read More
Change a WordPress password with SSH
Added on Tue, Nov 17, 2020
You can make changes to your database through SSH, which you can use update your WordPress password. Warning: The information in this article is advanced material we make available as a courtesy. Please be advised that you are responsible for... Read More
Change a WordPress theme in the database
Added on Tue, Nov 17, 2020
You can activate your WordPress theme from within the database. This is helpful if you can't access WordPress due to an issue with your theme. Log into phpMyAdmin. Click on the database you want to manage. Click on the wp_options table. Under... Read More
Change a WordPress theme with SSH
Added on Tue, Nov 17, 2020
You can change the currently active theme from within SSH. This is a more advanced method, but can be more efficient for developers who manage multiple WordPress sites. Warning: The information in this article is advanced material we make available... Read More
Change PHP settings for my hosting account
Added on Tue, Nov 17, 2020
If the default PHP settings for your hosting account don't meet the requirements of your website or application, follow these steps to change your PHP settings. Read our article about the filename for PHP initialization files and determine... Read More
Change the menu appearance in WordPress
Added on Tue, Nov 17, 2020
The look of a WordPress menu can be changed by updating the CSS. Before making any changes to a WordPress theme, add a child theme Log in to WordPress Go to Appearance > Editor. Enter the desired changes to the CSS. Example: This is sample... Read More
Change the WordPress theme in FTP
Added on Tue, Nov 17, 2020
You can make custom changes to the CSS of your WordPress theme through FTP. Before making any changes to a WordPress theme, add a child theme Connect to your hosting with FTP. Navigate to the /wp-content/themes directory. Open the directory... Read More
Change your WordPress password in the database
Added on Tue, Nov 17, 2020
You can update a WordPress password through the database. This is helpful if you can't receive the password reset email. Log into phpMyAdmin. Click on the _users table. Click Edit next to the user you want to update. In the Value column,... Read More
Change your WordPress password with WP-CLI
Added on Tue, Nov 17, 2020
If you installed WP-CLI on your server to manage your WordPress site, then you can follow these steps to update your password. If you have not setup WP-CLI, then you will need to do so before using these steps. You should always backup your site�... Read More
Changing Your WordPress Domain Name While Moving Your Site to a New Location
Added on Tue, Nov 17, 2020
There are different ways to move your WordPress® blog between servers. You should only use this method if you want to change the domain name your WordPress blog is hosted on while you are moving the site to a new server or host. To get started, you... Read More
Check cross browser compatibility for WordPress
Added on Tue, Nov 17, 2020
Cross browser compatibility issues in WordPress are typically CSS related. You will often notice this issue when browsing your site and certain elements aren't in the right place, do not appear to resolve properly, or simply don't load at... Read More
Check my disk space usage
Added on Tue, Nov 17, 2020
Note: Follow these steps if you have a Basic, Deluxe, Ultimate, or Developer Plan. Curious how much disk space your Managed WordPress site is using? Connect to your account via SSH. Run the following command: du -h If you aren't familiar... Read More
Clear your cache
Added on Tue, Nov 17, 2020
Your Managed WordPress account has caching features including the CDN cache, which can improve your load times. However, your cache might cause problems and need to be "flushed" (or cleared) if you: Made manual changes to your database or WordPress... Read More
Connect to my Managed WordPress server with SSH (Secure Shell)
Added on Tue, Nov 17, 2020
Once you've enabled SSH on your Managed WordPress account, follow these general steps to connect via SSH using a client. Note: The exact steps for connecting via SSH depend on the SSH client you use (we suggest PuTTy for Windows, or Terminal... Read More
Create a child theme for WordPress
Added on Tue, Nov 17, 2020
Sometimes, you may want to modify a WordPress theme. The best practice for modifying a theme's style and functionality is through a child theme to prevent your changes from being lost when performing updates. Connect to your hosting with FTP... Read More
Create a staging site
Added on Tue, Nov 17, 2020
Create a Managed WordPress staging site to test changes without affecting your live site. Note:Staging sites are available if you have a Deluxe, Ultimate, Developer, or Pro Managed WordPress account. If you have a Basic account, you need to upgrade... Read More
Disable external WordPress comment requests
Added on Tue, Nov 17, 2020
You can disable external comment requests for WordPress. The following steps block requests to the wp-comments-post.php file that come from outside your WordPress site, which can help prevent comment SPAM. You should always backup your site�... Read More
Disable trackbacks and pingbacks in WordPress
Added on Tue, Nov 17, 2020
Trackbacks and pingbacks are methods for alerting blogs that you have linked to them. Trackbacks and pingbacks can be disabled in WordPress when not being used, which can help prevent comment SPAM. Log in to WordPress Go to Settings >�... Read More
Disable WordPress plugins in the database
Added on Tue, Nov 17, 2020
You can use the steps below to disable your plugins from within the database. This can be helpful if you can't access your WordPress dashboard. Log into phpMyAdmin. Click on the wp_options table. Locate the active_plugins entry under the�... Read More
Enable SSH
Added on Tue, Nov 17, 2020
You can enable SSH in your Managed WordPress account. SSH is a secure method of connecting to your hosting account to upload files, move files, and execute commands with the Linux command line. Note: SSH access is only available for Deluxe, Ultimate... Read More
Evaluate site performance with GTmetrix
Added on Tue, Nov 17, 2020
You can use GTmetrix to analyze the load time of your website, and use the results to determine how to speed it up. Go to the GTmetrix site. Enter your domain where it says "Enter URL to Analyze" Click Analyze. Review the Performance Scores�... Read More
Evaluate site performance with PageSpeed Insights
Added on Tue, Nov 17, 2020
You can use Google Developer's PageSpeed Insights to analyze the load time of your website. Go to Google Developer's PageSpeed Insights tool. Enter your domain where it says "Enter a web page URL" Click Analyze. View the results. In the... Read More
Find and replace for WordPress with a text editor
Added on Tue, Nov 17, 2020
You can replace data within a database, such as the domain name, by exporting it and doing a "Find & Replace" with a text editor. Export your WordPress Database. Warning: Make two exports and keep one as a backup in the event you need to... Read More
Find and replace for WordPress with SSH
Added on Tue, Nov 17, 2020
For experienced users, it can be more efficient to use SSH when managing WordPress, and performing tasks such as a search and replace in the database. Warning: Make a backup of your database before making any changes. Connect to your server or... Read More
Find and replace with a WordPress plugin
Added on Tue, Nov 17, 2020
The easiest option for replacing data within your WordPress database is to use a plugin. They're useful for changing the domain, or any other information for your WordPress site. A common plugin used for this is Search & Replace by Inpsyde... Read More
Install a WordPress plugin with FTP
Added on Tue, Nov 17, 2020
Some premium or custom WordPress plugins may require you to install them through FTP. Connect to your hosting with FTP. Navigate to the directory containing your WordPress site. Upload your plugin to the /wp-content/plugins directory. Your plugin... Read More
Limits on editing files
Added on Tue, Nov 17, 2020
Hackers love exploiting and defacing WordPress sites, which makes security a priority for everyone using WordPress. To help make Managed WordPress accounts as hack-proof as possible, we impose strict, security-oriented limitations on which files... Read More
Open phpMyAdmin
Added on Tue, Nov 17, 2020
You can open phpMyAdmin to directly edit the database for any Managed WordPress site. This is useful if you want to do a manual import/export of a database, or change individual database values. 1. Go to your Heart Internet control panel and open... Read More
Optimize table in MySQL
Added on Tue, Nov 17, 2020
If your site seems slow, try optimizing the site database to remove gaps in data (also known as overhead). This can help restore speed if the database is at fault, but doesn't fix the scripting that initially created the overhead. Go to your... Read More
PHP upload limits on shared hosting
Added on Tue, Nov 17, 2020
The PHP upload limits for Managed WordPress are as follows. Default upload limitMax 100MB 192MB Change your PHP upload limit To change the limitation, edit or add the following values in your PHP initialization file. file_uploads =... Read More
Prevent MySQL size limit issues
Added on Tue, Nov 17, 2020
Your Managed WordPress hosting account has a 1GB storage limit on the MySQL database. When a database exceeds that limit, your included backups will not connect with your database, your site could be slower and some of your site’s database... Read More
Preview your website using hosts files
Added on Tue, Nov 17, 2020
Sometimes you need to preview your website files on your hosting account prior to pointing your domain to your hosting account. You can do this by adding entries to the hosts file on your local computer. Keep in mind that we do not support modifying... Read More
Pull your production site to the staging site
Added on Tue, Nov 17, 2020
When you pull your Managed WordPress site to the staging site, this creates a copy of your site. You can then edit this copy as much as you want without those changes affecting your main site. Note: Any custom code or assets that are not stored in... Read More
Push your staging site to the production site
Added on Tue, Nov 17, 2020
After you work on changes in your Managed WordPress staging site, you can push all the changes you made to your live site. Note: Staging sites are available if you have a Deluxe, Ultimate, Developer, or Pro Managed WordPress account. If you have a... Read More
Remove database tables
Added on Tue, Nov 17, 2020
You can remove, or drop, existing tables from a database. This is usually recommended before importing a new database or restoring a backup. Warning: Before dropping your database tables, ensure that you have a backup of the database. Log into... Read More
Remove WordPress comments in the database
Added on Tue, Nov 17, 2020
You can can remove WordPress comments from within the database. This can be helpful if you need to quickly remove a large amount of SPAM comments. Log into phpMyAdmin. Click on the wp_comments table. Check the box next to each comment you want... Read More
Reset permalinks in WordPress
Added on Tue, Nov 17, 2020
If your WordPress permalinks are broken, or your pages display a Page Not Found (404) error, you can use the steps below to reset the permalinks in WordPress. You should always backup your site before performing any troubleshooting. Log in to... Read More
Reset WordPress permalinks in the database
Added on Tue, Nov 17, 2020
Using custom WordPress permalinks can improve search engine optimization(SEO) and make your website's URL more attractive for searches. WordPress permalinks are the permanent URLs for your posts and pages. If necessary you can reset WordPress... Read More
Unzip files to WordPress with SSH
Added on Tue, Nov 17, 2020
When you do not have access to a file manager, it is necessary to be able to unzip files from SSH. Warning: The information in this article is advanced material we make available as a courtesy. Please be advised that you are responsible for properly... Read More
Update a WordPress plugin with FTP
Added on Tue, Nov 17, 2020
Some premium or custom WordPress plugins may not allow you to update from within WordPress. In this case you'll need to upload a copy of the newest version's files using FTP. Connect to your hosting with FTP. Navigate to the directory... Read More
Update a WordPress theme with FTP
Added on Tue, Nov 17, 2020
You can update a WordPress theme to its latest version through FTP. This is necessary for some premium and custom themes that can't be updated in WordPress. You'll need to download the files for your theme to your local computer before... Read More
Update WordPress database connection string
Added on Tue, Nov 17, 2020
If your WordPress site is out of sync with your database and displays the following error: "Error Connecting to the Database", you'll need to update the connection strings on your WordPress site. You should always backup your site before... Read More
Update WordPress permalinks in the database
Added on Tue, Nov 17, 2020
Using custom WordPress permalinks can improve search engine optimization(SEO) and make your website's URL more attractive for searches. WordPress permalinks are the permanent URLs for your posts and pages. You can update WordPress permalinks... Read More
Update WordPress with FTP
Added on Tue, Nov 17, 2020
You can update WordPress to its latest version through FTP. Warning: You should always backup your site before updating. Log in to WordPress Deactivate all of your plugins. From the Dashboard menu, click Updates. Under the heading "An updated... Read More
Upload files with SFTP
Added on Tue, Nov 17, 2020
You can upload files to your Managed WordPress account with SFTP. You can use any FTP client to do this, such as FileZilla. This is useful for managing large file uploads to your WordPress site, or if you want to make changes to your WordPress site... Read More
Use WP-CLI to manage your site
Added on Tue, Nov 17, 2020
You can control your Managed WordPress account through WP-CLI (WordPress Command Line Interface). If you're proficient with command line interfaces, this can be a much simpler way to get around WordPress. Access your Managed WordPress account... Read More
View my database details
Added on Tue, Nov 17, 2020
You can view your Managed WordPress database details to get info for connection strings, like the database name, username, password, and its hostname. Go to your Heart Internet control panel and open the Managed WordPress product page. Next to�... Read More
View my staging site
Added on Tue, Nov 17, 2020
After you create a staging site for your Managed WordPress account, you can view your staging site to preview your site changes before bringing them live. Note:Staging sites are available if you have a Deluxe, Ultimate, Developer, or Pro Managed... Read More
What filename does my PHP initialization file need to use?
Added on Tue, Nov 17, 2020
The file name your PHP initialization must be as follows: FilenameLocation .user.ini /html (one per website) Note: Managed WordPress accounts also support using php.ini files, but because it's difficult to refresh them when they'... Read More
What’s a staging site?
Added on Tue, Nov 17, 2020
A Managed WordPress staging site lets you build and test your website without modifying the content your visitors see on the live site. There are some things you should keep in mind when using a staging site: All Managed WordPress plans (except... Read More
|