1. Home
  2. Knowledge base
  3. Category - Page 4

Tutorials

Enabling MyPressable Two-Factor Authentication (2FA)

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
Pressable sites and robots.txt

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
How to Delete a WordPress Site from Your Pressable Account

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
How to manually backup your site in Pressable

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
Updating PHP 7.4 to 8+ FAQs

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 Update FAQs

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
Accessing A WordPress Database with Pressable

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
How to Offload WordPress Media to AWS S3

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
How to Manage Cron Jobs at Pressable

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
How to Convert a WordPress Site into a Multisite

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
WordPress Multisite to Single Site Extraction

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
How to Add or Change the Domain of a WordPress Multisite

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
Randomizing Posts in WordPress

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
How To Use Custom CSS With WordPress

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
How do I move a site off of Pressable?

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
Adding Custom Headers to Your WordPress Site

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
Managing ads.txt in WordPress

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
Using the WordPress Object Cache to Cache Query Results

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
Adding MX Records Automatically in Pressable

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
WordPress Environment Types

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
How to point Register.com DNS records to Pressable

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