WordPress Yoast add focus keywords to all posts without focus keywords
To update posts in a WordPress database using Yoast SEO, you can run an SQL query to set the Yoast focus keywords to the post’s title if the focus keyword…
To update posts in a WordPress database using Yoast SEO, you can run an SQL query to set the Yoast focus keywords to the post’s title if the focus keyword…
Empowering developers with advanced workflow features Stop debugging local environments and spend more time launching WordPress sites. Automatic WordPress installation Local sets up WordPress for you. One click and your site…
If you already have a Wordpress theme and have used the customiser to change some settings, then created a child-theme for more advanced modification, this usually means loosing your customisations,…
Building custom blocks for WordPress. Blocks in WordPress are built in javascript (ES5, or ESNext/JSX then compiled down to js using webpack and bable). If you have used react or…
Building a wordpress plugin scaffolding from scratch This is a basic walkthrough on how to create the scaffolding for a wordpress plugin from scratch. Firstly, create a repo in githubclone…
This is a WordPress Security mega-post containing a lot of best-practice information on securing, hardening, updating and maintaining a Wordpress site.Used by more than 60 million websites, including 30% of…
Installing and configuring the fail2ban centos service fail2ban is a service for linux systems that checks log files for failed login attempts and automatically inserts firewall rules to block further…
Malware detection on Plesk systems using maldet and clamav Linux Malware Detect (LMD) is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the…
It turns out that coding in php on android is possible (even if its not as good as on a mac, linux or even windows). In this blog post I'll…