Skip to content

Instantly share code, notes, and snippets.

View gkarmas's full-sized avatar
:octocat:
Arguing with GPT

George Karmas gkarmas

:octocat:
Arguing with GPT
View GitHub Profile
@mgibbs189
mgibbs189 / custom-loop.php
Last active September 1, 2022 13:25
Multiple Loops for FacetWP
<?php
$args = array(
'post_type' => 'location',
'posts_per_page' => -1,
'order' => 'ASC',
'orderby' => 'title',
'facetwp' => true,
'tax_query' => array(
array(
'taxonomy' => 'advertiser-level',