Skip to content
Farhan Munim Analyst & developer Unavailable for new projects

Blog · Tag

WordPress

23 posts tagged WordPress
All posts →
Apr 2026 · Coolify

How to access your WordPress files via SFTP on a Coolify VPS

If you’re running WordPress through Coolify and need direct access to your files, SFTP is the simplest way to get in. 1 min Read →
Apr 2026 · Coolify

How to manage and pass env values into WordPress through Coolify

You want to store sensitive keys (like Turnstile site + secret keys) in environment variables, then expose them inside WordPress as constants — without hardcoding anything in your… 1 min Read →
Apr 2026 · Coolify

Increase WordPress limits on Coolify

If you’re running WordPress on Coolify (with Traefik as the reverse proxy), you may hit upload or memory limits when importing content or uploading large files. The fix is to… 3 min Read →
Mar 2026 · WordPress

My WordPress setup checklist (clean, fast, and secure every time)

A fresh WordPress install works – but it’s not clean, not optimised, and definitely not secure. 3 min Read →
Feb 2026 · WordPress

How I successfully export media with selected (post) content

If your WordPress posts import fine but media doesn’t, Cloudflare might be blocking it without telling you. 2 min Read →
Jun 2025 · WordPress

How to conditionally enqueue WordPress scripts and styles

Serve only the assets you need on each page, slash load times, and boost core web vitals with a compact conditional-enqueue pattern any theme can adopt. 1 min Read →
May 2025 · WordPress

Automate your WordPress setup with a reusable child theme

A WordPress child theme is more than just a place to write custom CSS. With a well-structured blueprint theme, you can automate site settings, disable comments, clean the admin… 2 min Read →
Dec 2024 · WordPress

Uptime Robot + WordPress

Here’s how I integrated Uptime Robot API with WordPress to automate website uptime monitoring, achieve unlimited data retention, and display statuses effortlessly. 5 min Read →
Jul 2024 · WordPress

List all post categories with post count

Here’s a quick snippet to list all WordPress post categories and the number of posts within the categories. 1 min Read →
Jul 2024 · WordPress

Add Cloudflare Turnstile to WordPress login without plugins

Looking to enhance your WordPress login, registration, and password recovery pages with Cloudflare’s Turnstile CAPTCHA to combat spam? Here’s a straightforward way to do it using… 2 min Read →
Jul 2024 · WordPress

Solved: Where are LocalWP Blueprints saved? (Windows)

Want to manually back up your LocalWP blueprints? Here’s where to find it on Windows! 1 min Read →
Jun 2024 · WordPress

Disable all WordPress automatic updates

Want to disable automatic WordPress core, plugin, and theme updates to make sure your website doesn’t break after a new update? Here’s how! 1 min Read →
Jun 2024 · WordPress

WordPress post views count — without plugins

Want to easily add unique (human) post view counts somewhere in your blog without using any plugins? Also want it to start at a specific number? Well look no further! 2 min Read →
Jun 2024 · WordPress

Return post’s custom field value inside of a loop

Have you wanted to output the value of a post’s custom field from the back-end into the front-end, such as an an SVG code or a URL? Here’s how! 1 min Read →
Mar 2024 · WordPress

Solved: “Publishing failed. The response is not a valid JSON response” error on WordPress

Have you recently installed WordPress and tried to create a new page only to be greeted by “Publishing failed. The response is not a valid JSON response”? Here’s how to fix it! 1 min Read →
Mar 2024 · WordPress

An awesome (free) way to organise your code!

Wondered how to organise your CSS easily and other custom code without using a paid code editor plugin or any plugin at all? Well, here’s a great, free way you can! 6 min Read →
Feb 2024 · WordPress

Organise your wp-admin menus without plugins!

If you’re like me and don’t use many of the wp-admin menu links or simply want to have your most used links in 1 place, you can use this post to learn how to do just that without… 6 min Read →
Feb 2024 · WordPress

Solved: LocalWP stuck on Downloading WordPress loop

Many users like myself have ran into the never-ending “Downloading WordPress” screen in LocalWP. As of Version 8.2.1+6583, there is still no official fix for this but I after… 3 min Read →
Feb 2024 · WordPress

Simple WordPress function to check current “page” type

If you need a way to check the current page type to set some conditional functionality (such as using Bricks Builder Conditions), here’s a useful snippet! 1 min Read →
Feb 2024 · WordPress

How to increase file size limits and execution times

Want to increase the file upload size or execution times? Here’s an easy way! 1 min Read →
Feb 2024 · WordPress

How to increase WordPress memory limit

Want to easily increase the WordPress memory limit? Here’s the proper way to do it. 1 min Read →
Feb 2024 · WordPress

How to fix “the link you followed has expired” error

Did you get a “the link you followed has expired” error after trying to upload theme in WordPress? Here’s what caused my issue and how I fixed it! 1 min Read →
Feb 2024 · WordPress

Return current post’s tags except a specific tag

Want to output all tags of a post except for a specific tag? Use this snippet to do just that! 1 min Read →