-
Designing your WordPress blog with a Tailwind CSS theme
Read more »: Designing your WordPress blog with a Tailwind CSS themeTawind is a WordPress theme that uses Tailwind CSS. It only loads the required CSS on each page, making it extremely fast. We built the Tawind theme for ourselves, but now we’ve open-sourced it so you can use it for free. We love Tailwind and use it for most of our websites. The only way…
-
Subdomain vs Subfolder: The SEO Debate Settled
Read more »: Subdomain vs Subfolder: The SEO Debate SettledSo, should you have your blog on a subdomain or a subfolder? If there were no technical limitations, the answer would’ve always been a subfolder. But given the reality of different platforms, departments, and requirements, it has been “whatever works best for you because it makes no difference.” But in reality, at least when it…
-
Using Cloudflare Workers to proxy a WordPress blog to domain.tld/blog
Read more »: Using Cloudflare Workers to proxy a WordPress blog to domain.tld/blogTL;DR: If you have a WordPress blog deployed on a subdomain of your main website, and you want to show it under /blog for SEO purposes, use Cloudflare Workers. With the sunsetting of our proxy + hosting project, PressProxy, we are publishing a guide on how you can do this on your own. Assumptions: Cloudflare…