Skip to content

Instantly share code, notes, and snippets.

@CKMacLeod
CKMacLeod / archive-post.php
Last active November 30, 2018 18:27
Files relevant to conflicts between WPFacet and Woocommerce Product Bundles (files in use at GBES to display blog posts with FacetWP filtering, sorting, and pagination, plus fix for product archives and blog
<?php
get_header();
if ( have_posts() ) {
?>
<div class="archive-posts-wrapper">
<div class="row align-center archive-posts-facets">
@CKMacLeod
CKMacLeod / Commentariat List Styles
Created May 9, 2015 14:39
Commentariat List - CSS
.commentariat {
clear: both;
font-size: 90%;
}
/* note: recalculate for full width display */
.commentariat-post {
float: left;
width: 43%;
margin: 1% 2% 1% 0;
@CKMacLeod
CKMacLeod / Commentariat List
Last active August 29, 2015 14:20
Outputs a Page of Most Recent Site Comments Organized by Recency/Post
<?php
/*CK MacLeod, 2015.05.08, GPL
Function for displaying list of n most recent comments on a single page
in blog - consecutive comments from same post are grouped together
0.3 (2015.05.11): Added Series Length variable/logic
*/
//key settings, in plug-in version set in admin: