Articles

 Curl Request

 Do Remote Post Curl Request with Wordpress

If you need to do a CURL request within the context of a WordPress plugin or Theme, then the code...

 Enable Fenced Off Debugging to Your IP in Wordpress

Use the code below to activate the bugging in WordPress but locked down to your IP.Put this in...

 Fix WordPress 404 Errors on Password Protected Directories

You are reading this article becasue you have applied password protection on the wp-admin...

 How to protect your Wordpress Login from Bots

You are reading this article because you are getting a lot of attacks on your WordPress login...

 How to remove the posts button from wordpress

You are reading this article because you want to remove the "Posts" button within the WordPress...

 Import piped separated formatted data from wordpress to google sheets

You are reading this article because you have a list of posts in wordpress and you want to grab...

 Prevent External Access to Wordpress Rest API

Its very easy for a malicious actor to see a list of the usernames used on your wordpress...

 Rewrite a link in a button in wordpress using wp_head hook and jquery

You are reading this article because you have a WordPress page with a button and when a certain...

 SVG Logo is not appearing in Wordpress

You are reading this article because you have managed to upload an SVG file to your Wordpress...

 WPML hard code the site key into wp-config

WPML has a tendency to be a bit flaky with their keys and overnight your WPML site may become...

 WPML shortcode for language flags

How to make a shortcode for WPML language flags.To display the language flags in a shortcode, use...

 customised wordpress wp-config file

Out of the box, the WordPress wp-config.php file is basic and ugly.Below is our standard...