Skip to content

Instantly share code, notes, and snippets.

View jcamp's full-sized avatar

Jonathan jcamp

View GitHub Profile
@jcamp
jcamp / wordpress-woocommerce-support
Created May 3, 2017 15:11
Wordpress theme support for WooCommerce gallery and zoom
If using the latest WooCommerce (as at [20170503]) add this to your theme to support the new zoom, slideshow and gallery.
functions.php
//---------------------------------------------------------------------
// WOOCOMMERCE
//---------------------------------------------------------------------
add_action( 'after_setup_theme', 'ss_setup' );
@jcamp
jcamp / essential-wordpress-plugins.md
Last active November 25, 2021 15:34
Essential Wordpress Plugins
@jcamp
jcamp / divi-child
Last active September 20, 2024 12:25
DIVI Wordpress Child theme - style.css and functions.php
The correct way to add a child theme to DIVI and other themes.
If you don't understand this you are probably in the wrong place.
More info: https://codex.wordpress.org/Child_Themes
style.css
functions.php