Skip to content

Instantly share code, notes, and snippets.

View bd-viget's full-sized avatar

Brian DiChiara bd-viget

View GitHub Profile
@bd-viget
bd-viget / class-contextual-tax-query-loop.php
Created April 9, 2026 01:40
This class, initialized by `\MyProject\ContextualTaxQueryLoop::get_instance();` will allow you to place a Query Loop block inside a Taxonomy/Terms Query block and maintain the context of the current Term while rendering the Query Loop.
<?php
/**
* Contextual Tax Query Loop
*
* @package MyProject
*/
namespace MyProject;
/**