Elevate Your WordPress Site with Google’s Site Kit Plugin

Configuring Google Analytics properties and Google Search Console properties could be tricky if you’re new to it. Follow this tutorial and in 2 minutes configure evertyhing.

Ivan Radunovic
Can ChatGPT create a WordPress plugin?

Can ChatGPT create a WordPress plugin?

I needed a way for my customers to directly access their WordPress admin panels by clicking a link inside the WPJack UI without the need to authenticate. Brief of the idea Link authentication solutions on the market I initially tried to find existing solutions in this area, but all the available plugins were focused on […]

Ivan Radunovic
Local environment setup for Theme development using Tailwind CSS

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 […]

Ivan Radunovic
Send WordPress emails through Postmark

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. […]

Ivan Radunovic