Local environment setup for Theme development using Tailwind CSS
If you checked source code of WPJack you noticed that we use a bunch of utility classes all from Tailwind CSS framework. Here I’ll share how I setup my local environment for each new Tailwind-based WordPress theme. Requirements In order to run locally my setup you need PHP, Composer and MySQL installed. I am usually […]

Send WordPress emails through Postmark
When WordPress is installed on shared hosting or some cloud server by default it sends email directly from that server, which could lead to emails ending up in Spam. This happens because email reputation is bad or it’s non-existing. In order to circumvent this it’s good idea to use a credible 3rd party email provider. […]