Script a WordPress Valet Install on macOS – bash/wp-cli/wp-cli-valet

valet-cli-wp

…park command, see the linked article first. #! bash script   #!/bin/bash # Ref wp-cli-valet – https://github.com/aaemnnosttv/wp-cli-valet-command # Set up Terminal styles VP_NONE=’\033[00m’ VP_RED=’\033[01;31m’ VP_GREEN=’\033[01;32m’ VP_YELLOW=’\033[01;33m’ VP_PURPLE=’\033[01;35m’ VP_CYAN=’\033[01;36m’ VP_WHITE=’\033[01;37m’ VP_BOLD=’\033[1m’…

Read More

Create A Bootstrap 4 Carousel Slider With ACF Image Repeater

Acf Bootstrap Carousel Slider

…Carousel Only https://gist.github.com/neilgee/d4a4c1c3de098cc34cad34208f6158e7#file-carousel-php Carousel with Nav https://gist.github.com/neilgee/d4a4c1c3de098cc34cad34208f6158e7#file-carousel-nav-php Previous Next Carousel with Nav + Indicators. https://gist.github.com/neilgee/d4a4c1c3de098cc34cad34208f6158e7#file-carouse-nav-indicators-php Previous Next Carousel with Nav and Indicators + Captions https://gist.github.com/neilgee/d4a4c1c3de098cc34cad34208f6158e7#file-carousel-caption-php Cool Slider 1 Cool Slider…

Read More