WordPress

How to create a Forgot/Reset Password form with Gravity Forms

15th May 2023
Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/close-up-shot-of-keyboard-buttons-2882630/
Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/close-up-shot-of-keyboard-buttons-2882630/

Forgetting passwords is a common problem for website users. As a website owner, it is important to have a forgot/reset password functionality in place to ensure that your users can regain access to their account. Gravity Forms is a popular WordPress plugin that can be used to create custom forms, including a Forgot/Reset Password form. Using this method allows users to keep their frontend forms with their own brand.

How do I enable Cloudflare Turnstile for Gravity Forms?

15th March 2023

If you’re looking for a way to enhance your website’s security, you might want to consider using the WordPress plugin Enable Cloudflare Turnstile for Gravity Forms. Turnstile is a feature of Cloudflare that enables you to challenge visitors to your website with a CAPTCHA before allowing them to submit a form. This can help prevent spam, bots, and other malicious activity on your site.

The good news is that you don’t need to be a coding expert to enable Cloudflare Turnstile with Gravity Forms. Thanks to the WordPress plugin “Cloudflare Turnstile for Gravity Forms,” the process is straightforward and simple.

(more…)

How to enable two-factor authentication via email in WordPress

10th March 2023

Recently I built a Two-Factor (2FA) Authentication via Email plugin for WordPress. It’s 2FA via email and a unique one-click login link that expires after 15 minutes. A preview of the plugin is below!

Two-factor authentication is an essential security feature that can help protect your WordPress site from unauthorized access. My 2FA plugin bypasses the need to use a code and instead it’a s simple one-click login link. This adds an extra layer of security to your site and helps to prevent unauthorized access.

(more…)

How to show the file sizes in the WordPress Media Library

9th March 2023

WordPress Media Library File Size Plugin

Today I released a free WordPress plugin called Media Library File Size.

WordPress is an incredibly powerful platform for building websites and managing content, and the Media Library is a key feature that makes it easy to manage all of your images, videos, and other media files. However, if you have a large number of media files, it can be difficult to keep track of the file sizes and ensure that your website is running smoothly. That’s where the WordPress Media Library File Size plugin comes in.

(more…)

Yoast SEO: Add it to your WordPress theme header

21st September 2016

I was looking for a way to do this for an installation where WordPress had many different header and footer templates depending on the default template used in WordPress, and it’s rather simple to Add Yoast SEO to WordPress Theme Header. If you haven’t already got Yoast, click here to get it. It will import settings from other major WordPress SEO plugins.

(more…)

Remove trailing slashes in NGINX & WordPress

12th May 2016

If you hate those trailing slashes or perhaps you’re just a fan of good SEO practices then you’ll probably want to remove the trailing slashes from your WordPress installation and edit your NGINX configuration to make sure anything WITH a trailing slash is sent permanently (301 redirect) to the page without a slash. (more…)

EU Cookie Law jQuery Tool

29th August 2013

This really simple script to adhere to the EU Cookie Law is literally a copy/paste job which informs the user about cookies and asks them what they would like to do. If they accept cookies then it removes the notification for 365 days. If they decline the use of cookies it then continuously deletes any cookies set. (more…)