When it comes to creating a new user for any WordPress website the easiest way I found is using WP CLI command line tool.…
Technology
OCI runtime exec failed: exec failed: starting container process caused: exec: “wp”
Lando was not able to run wp cli, and gave me the following error: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process…
Terms and conditions plugin for WordPress
A professional Terms and Conditions popup for the real world. I was looking for WordPress plugins for terms conditions for logged in users. I…
Uikit Navbar by a WordPress Menu Walker
Here is a code snippet that you can use to have your WordPress website generate Uikit navigation bar or navigation menu. Once you include…
The BEST Git Workflow for WP Engine for 2022
Please take the time to read through or you will not get it. Then you just wasted a click and bandwidth. The idea behind…
Drupal 8 Paragraphs Extract URL from link field
I searched far and wide on whats the best way in Drupal 8 Praragraphs to Extract the URL from the link field and found…
How to get WordPress post featured image in a custom size
In this post I will explain and give examples on how to make sure featured images are enabled in your theme and how to…
Drupal 8 – add JavaScript and CSS to a certain page by alias
In this following example I will share some code snippets that will attach a custom JavaScript and CSS only to be loaded for a…
Common WP CLI commands that I find myself using a lot
WP CLI is a command line tool to interact with your WordPress installation. Its a way to configure and query WordPress websites without ever…