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
Expanding WP with Advanced custom fields

Expanding WP with Advanced custom fields

Brief Recently I added pages dedicated to competitors in WordPress hosting space. I wanted to show feature comparison table, but didn’t want to hardcode it. I wanted ability to have custom post types with additional fields, so I can easily input their features and create comparison tables. This is how end result looks: I used […]

Ivan Radunovic
Setup CD pipeline for WP themes & plugins

Setup CD pipeline for WP themes & plugins

Manually deleting theme folder and re-uploading is not the most elegant way of doing things. GitHub Actions are elegant, so I’ll use them. In this tutorial I’ll: use GitHub action to build theme upload compiled code from action to live server use secrets to store credentials of server GitHub Environments Usually you’ll have at least […]

Ivan Radunovic