Web Development WordPress
September 17, 2024 by Adam | Leave a Comment
Background: My company uses AIO Login (formerly Change WP Admin Login) to change the login URL of our WordPress sites to add a little extra security. Problem: Accessing password protected pages does not work when using the AIO Login plugin. Solution: Add a couple of custom functions to your theme’s functions.php file. Details: This solution […]
Read more »
Tagged
WordPress
October 26, 2023 by Adam | Leave a Comment
As much as using WordPress is cliche, my current job revolves around WordPress so it seemed fitting to use it personally as well. I had been using Ghost since I had been fully immersed in NodeJS, Next, React and researching any ‘new hotness’ JS frameworks or libraries that seemed to materialize out of thin air […]
October 23, 2023 / February 20, 2024 by Adam | Leave a Comment
My current job has found me in a sea of WordPress sites. Since we don’t allow (or want, at this time) users to register, the PHP mail() function is not enabled along with the security risks that PHP mail(); brings along with it. So what happens when a user needs their password reset? Currently, an […]
October 2, 2023 / February 17, 2024 by Adam | Leave a Comment
Five invaluable SQL queries for changing the URL of your WordPress site.