Skip to content

Instantly share code, notes, and snippets.

View KreigD's full-sized avatar

Kreig Durham KreigD

View GitHub Profile
@KreigD
KreigD / content-flexible.php
Created April 20, 2023 19:05
A template for displaying Advanced Custom Fields flexible content rows programatically without having to list each row individually.
<?php
/**
* Partial template for ACF flexible content
*
* @package Understrap
*/
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
@KreigD
KreigD / flickity-carousel.php
Created June 14, 2018 22:28
Flickity WordPress Carousel
@KreigD
KreigD / material-design-bootstrap-carousel.php
Last active April 18, 2018 22:54
Bootstrap Carousel Integration with WordPress Loop. Displays post thumbnail and heading.