Posts Archive
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 →2025-03-11

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
2024-11-22
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 →2024-11-13

When using Cloudflare as a reverse proxy for your website, you may notice that your server only logs Cloudflare’s IP addresses rather than those of individual users. This happens because Cloudflare handles incoming requests on your behalf, shielding your origin server from direct user interaction and, in the process, masking the users’ actual IP addresses. […]
Read more →2024-11-12

Single Sign-on (SSO) on WordPress with your DIscord account in 105 lines of code
Read more →2024-03-01