by truthbrother | Mar 2, 2023 | Cloudflare, Security, Wordpress
What this guide will cover. This article stems from assisting someone in the GridPane private Community Forums to lock their site to allow only specific countries and prompt a managed challenge to the rest of the world. Since I had already done this for a site I...
by truthbrother | Mar 2, 2023 | SpinupWP, Wordpress
I love me some SpinupWP (note: 👈 that’s my affiliate link 🙂). Their service lets you spin up a server on various cloud services, and it takes care of the backend (NGINX, PHP, Redis, MySQL, server updates, and automated backups). However, one thing they...
by truthbrother | Mar 2, 2023 | Wordpress
I had an awkward problem when i want to delete my theme, it gaves me this message: deletion failed, the theme requested does not exist wordpress. I can delete it from ftp manually but for client i want it to be deleted just from dashboard. Is any one have an idea how...
by truthbrother | Mar 2, 2023 | Wordpress
Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file. Below is the code to modify the length of the post excerpts: //* Modify the length of post excerpts add_filter( 'excerpt_length',...
by truthbrother | Mar 2, 2023 | Security, Wordpress
Limit Login Attempts Reloaded is a robust security solution for WordPress sites, providing ultimate protection against brute force attacks. The plugin, which is available for free in the WordPress plugin library, limits the number of login attempts possible through...
by truthbrother | Dec 30, 2022 | Wordpress
Fifteen years ago our company built and launched a website builder based on WordPress v1.x that allowed anyone to quickly launch a site with rudimentary managed services like automatic backups and upgrades. With only a few dozen paying customers and not knowing...