- Home
- Knowledge base
- Category - Page 4
Tutorials
Enable 2FA To secure your Pressable account, an additional security layer can be enabled for My Pressable Control Panel by enabling Two-Factor Authentication (2FA). With MyPressable two-factor authentication enabled, you need a […]
Read article
The robots.txt file gives you control over how automated bots and web crawlers access your site. With the exception of staging sites (which use a .mystagingwebsite.com address), most bots are allowed to […]
Read article
We understand that sometimes you may need to delete a site from our systems. Removing a site is just as easy as adding a site. To delete a site, you must first […]
Read article
We automatically back up your site nightly when changes are made. If no changes are made in a given day no backup will be created. However, you may also manually back up […]
Read article
Please see our main PHP update FAQs here. PHP is a scripting language for web development and WordPress is a PHP-powered content management system. Processing PHP code ultimately renders your WordPress page […]
Read article
PHP is a scripting language for web development and WordPress is a PHP-powered content management system. Processing PHP code ultimately renders your WordPress page or post. Your WordPress core system files, themes, […]
Read article
How to Access a WordPress Database For security reasons, we do not allow remote access to a Pressable site’s database. For more information, please see our Platform and Service Considerations. However, if […]
Read article
Why you should offload media to an external service: Media files (image, video and audio files) are often quite large in size and can quickly use up your storage quota. Additionally, if […]
Read article
What is a Cron Job? A cron job is used to schedule tasks that are executed periodically; for example, to send out an email notice every morning, or to clear the cache […]
Read article
On Pressable, you have the ability to create a network of sites on a single WordPress install by using the multisite feature. To convert your site into a multisite, follow the steps […]
Read article
In the following article, we will go through the steps required to extract a WordPress multisite to a single site instance so that it runs independently from the network. Once separated, this […]
Read article
If you face any issues after adding/updating a domain on your WordPress Multisite, you can take a look at the steps below to manually make the necessary changes. Step 1: Adding the […]
Read article
Because query results end up cached in the object cache, it is difficult to use ‘orderby’=>’rand’ in a query. The first randomized result will then be cached and returned on each page […]
Read article
One of the quickest ways to customize the appearance of your WordPress site is by using CSS. With CSS styling, you can edit your site’s appearance both globally and across specific pages. […]
Read article
Your content belongs to you. This is why we make it as simple as possible to migrate your site from our systems to another host. When migrating a site to another host, […]
Read article
What Are HTTP Headers? HTTP headers are instructions sent by a web server to a visitor’s browser along with a website’s content. These instructions tell the browser how to handle the content; […]
Read article
An ads.txt file helps ensure that your ads are only sold through sellers (e.g. AdSense) who you’ve authorized. This file belongs in the root of the server and should be accessible at […]
Read article
If you have a query that is taking a long time to load, more often than not that query can be cached for a limited amount of time with WordPress object cache. […]
Read article
You can add the following MX records below automatically to your site DNS from My Pressable Control Panel. Google Workspace (Formerly GSuite), Microsoft Office 365, Zoho, Namecheap, Name.com and Proton mail. Adding […]
Read article
Overview Environment types set in WordPress via WP_ENVIRONMENT_TYPE and an optional variable that refers to the different stages of website development and deployment. Some plugins and themes can use the environment type […]
Read article
If you are assigning a domain to your Pressable account and want to know how to update your Register.com DNS records accordingly, we share three ways to do that: Please Note: If […]
Read article