Skip to content

Instantly share code, notes, and snippets.

@Ashkas
Ashkas / base-work.php
Last active April 20, 2018 18:39
FacetWP integration into Sage
<?php get_template_part('templates/head'); ?>
<body <?php body_class(); ?>>
<!--[if lt IE 9]>
<div class="alert alert-warning">
<?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'sage'); ?>
</div>
<![endif]-->
<?php
do_action('get_header');
get_template_part('templates/header');
@Ashkas
Ashkas / gist:0bcfdacc84d842c662d5
Created May 13, 2015 12:48
Sidebar Products - Jigoshop
<div class="page_nav desk_b_2 desk_a_2 large_col_gutter">
<span id="filter_toggle_2" class="mobile_tablet_device margin_auto filter_toggle">Sort Filters <span class="icon-list"></span></span>
<div id="shop_filter_2" class="shop_filter">
<div class="single_block">
<h3>Sort by</h3>
<?php echo facetwp_display( 'sort' ); ?>
</div>
<div class="single_block">
<h3>Price Filter</h3>
@Ashkas
Ashkas / gist:81048b575b883022e397
Created May 13, 2015 12:46
Archive Products - Jigoshop
<?php get_header('shop');
//Global URLs
$home_url = home_url(); ?>
<section class="main" role="main">
<div class="main_content">
<header class="post_title">
<h1 class="page-title">Hot Sauce Shop</h1>