Tutorials
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,…
Adding Custom Headers to Your WordPress Site
If you’d like to add custom headers to your site, we recommend doing so by creating a file called custom-redirects.php in your site root, if it is not there already. As we…
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…
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. As a result, your…
Adding custom redirects with custom-redirects.php
Although there are plugins (such as Redirection) that can help you create redirects on your site, there is a way to have more (programmatic) control over redirects on our platform: custom-redirects.php. To…
Modifying Cache Times in BatCache
By default, Batcache, our page caching mechanism, will cache pages for five minutes, if the pages get at least two visits in two minutes. This might be OK for a site that…
How to prevent Batcache page caching on Pressable
Pressable uses Batcache and Memcached to store and serve rendered pages. However, there are times where you might not want something cached, such as a specific page or cookie. This guide will…