Skip to content

Instantly share code, notes, and snippets.

View boywondercreative's full-sized avatar

shawn boywondercreative

View GitHub Profile
@boywondercreative
boywondercreative / box-shadow.html
Created May 23, 2019 21:51 — forked from ocean90/box-shadow.html
CSS3 Box Shadow, only top/right/bottom/left and all
<!DOCTYPE html>
<html>
<head>
<title>Box Shadow</title>
<style>
.box {
height: 150px;
width: 300px;
margin: 20px;
@boywondercreative
boywondercreative / archive-product.php
Created April 2, 2018 05:08 — forked from yanknudtskov/archive-product.php
FacetWP Pagination for Enfold and WooCommerce #woocommerce #enfold
<?php
/**
* The Template for displaying product archives, including the main shop page which is a post type archive.
*
* Override this template by copying it to yourtheme/woocommerce/archive-product.php
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.0.0
*/