Skip to content
Read Setting up Advanced Custom Fields Web Development

Setting up Advanced Custom Fields

3 min read
ACF WordPress
77 views

Advanced Custom Fields (ACF) is the most popular WordPress plugins to create custom fields and as of version 6.1, it also supports creating custom post types. Installing ACF plugin is the same as installing any other plugins. The steps that I outlined in this post are absolutely not necessary to get ACF running with all

Read Deploy Sage theme to Digital Ocean Droplet with Github Action Web Development

Deploy Sage theme to Digital Ocean Droplet with Github Action

3 min read
Github Action Sage WordPress
15 views

This website is powered by WordPress and runs on a Digital Ocean Droplet with a LEMP stack. The custom theme, built with the Sage starter theme, is automatically deployed using GitHub Actions. GitHub Actions Workflow Workflow Explanation The GitHub Actions workflow, named CD for “Continuous Deployment,” is triggered on every push to the main branch.