WordPress

Routing Contact Form 7 Emails Based on a Select Field

Contact Form 7 is one of the most popular WordPress plugins for creating forms, it is open-source and totally free. Recently, I implemented a feature to route form emails to different recipients based on the user’s selection in a dropdown field. This can be particularly useful for websites with multiple departments or teams handling specific […]

Read more →
Simple WordPress Ko-Fi integration without plugins

Do you accept Ko-Fi donations?
It would be nice to be able to see donations directly on your website without having to change platform. Here’s a quick way to do so without any third party plugins or services

Read more →
Configure WordPress to report real IP when behind a reverse proxy

When hosting WordPress behind a reverse proxy, such as Cloudflare or a load balancer, the server only receives the IP of the proxy instead of the IPs of individual visitors. This can complicate tasks like tracking visitor information or setting up IP-based security rules, as every client appears to be coming from the proxy’s IP […]

Read more →
OAuth Single Sign-On (SSO) on WordPress using Discord

Single Sign-on (SSO) on WordPress with your DIscord account in 105 lines of code

Read more →