Example deployignore File for DeployHQ
See the following code This is used to create a .deployignore file which can be placed in the root directory of the repository. If placed elsewhere, remember to change the paths for the files. Ad...
See the following code This is used to create a .deployignore file which can be placed in the root directory of the repository. If placed elsewhere, remember to change the paths for the files. Ad...
See the following code <?php /** * WP Bootstrap Navwalker * * @package WP-Bootstrap-Navwalker */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; /* * Class Name: WP_Bootstrap...
Custom themes are developed using Understrap. This is still a work-in-progress to replace the old sample-base-theme repo. To Create a Brand New Theme Download the Understrap Parent Theme and C...
You may need to use a local version of a WordPress theme in order to make/test codebase changes, using LocalWP, you will be able to set up a local WordPress Environment with a few clicks. Before fo...
Jekyll Chirpy Project Install Repo and theme of base project: Link Text Install ruby at https://jekyllrb.com/docs/installation/ Run terminal ruby -v to check if it’s installed correctly Cl...
Working with Theme in WordPress and WordPress Local Open Project Navigate to files and have open to edit: src/themes/project-name/src/sass/theme/components/respective-file.scss also open src/...
Creating WP Local Symbolic Link Environment Open both Local Engine folder of site and repo folder Right click on the original repo select pick link source Find local site directory folder, w...
Basic Git Commands Cheat Sheet 1. git help Take help from github help section for different commands and other errors. 2. git config To set the basic configurations on github like your...
Within webmaster account on Google Analytics Navigate to tag manager and use webmaster again Create a new container, select respective use case (web for the most part), apply respective URL Co...
WordPress Engine Env Setup Login to WP Engine On Main Dashboard Add New Site button Build a New Site button If client wants their own WP Engine acct, click someone else will own it, this w...