Today I start to set up the next js. Also, for the CSS framework, I will use Tailwind CSS. For the need for UI framework, I will use https://daisyui.com/. Let’s begin the game,
Continue reading “Headless WordPress with Next.js – day 2”Category: WordPress
Headless WordPress with Next.js – day 1
WordPress without Head is the latest trend. This workflow is better in several ways. There are plenty of resources about the pros of the Headless WordPress approach. This is just one: Why WordPress Users Should Consider Headless
Continue reading “Headless WordPress with Next.js – day 1”WordPress install with Docker
Docker enables to separate your applications from your infrastructure so you can deliver software quickly.
This post aims to setup WordPress with Docker Compose. Why Docker Compose?
With Compose, you use a YAML file to configure your application’s services.
docker-compose.yaml or docker-compose.yml is file where services are defined. So, lets crack the nuts.
Continue reading “WordPress install with Docker”Custom WP-CLI command
To develop custom WP-CLI command in plugin is handy tool if want to run a task without go to admin panel and perform a bunch of clicks to do a task. WP-CLI can save time by just type one line of commands.
Continue reading “Custom WP-CLI command”Tax rule setup in WooCommerce
Today I re-memorized the setup of WooCommerce set up by practicing re-learn WooCommerce big picture.
Continue reading “Tax rule setup in WooCommerce”Minimum PHP version for WordPress
WordPress is often treated as old days PHP student for not using latest version of PHP. But, now WordPress is going to bigger. It is that, WordPress 5.2 need minimum PHP 5.6. That means, we can use many PHP keyword and modernize our application.
WordPress will be need PHP 7 soon.
Hello Gatsby
Today I publish gatsby static site at https://blissful-mcnulty-5669ea.netlify.com/.
Really nice to build and connect gatsby static sites with dynamic WordPress. 🙂
Custom WordPress REST API
Currently, I am using wpdb plugin boilerplate. For this quick experiment, I create a plugin name with code
Setup for Gutenberg Block
Create a folder named guten-awesome
in /wp-content/plugins/. Inside guten-awesome
folder creates a starting file for our plugin. It can be any name. Which file has plugin header, this would be the main file. For simplicity, let it plugin.php
Installing VVV
VVV ( Varying Vagrant Vagrants) is a 10up.com creation to easily setup WordPress environment. VVV includes long list of development tools that will be time consuming and complex to set up manually. Currently, by installing VVV we will get 25 tools.
Continue reading “Installing VVV”