Skip to content

Instantly share code, notes, and snippets.

View Shafeeq753's full-sized avatar

Shafeeq Ahamed Shafeeq753

View GitHub Profile
<?php
/*
* Template Name: Video Categories
*/
get_header();
$tags = get_terms(array('taxonomy' => 'ulz_listing_tag', 'hide_empty' => false));
?>
<style>
/*
<?php
/*
* ===================================================================
* DEFINITIVE TAXONOMY TEMPLATE (V3 - HYBRID ARCHITECTURE)
* This template merges the original working query with the new elite design.
* ===================================================================
*/
get_header();
$tags = get_terms(array('taxonomy' => 'ulz_listing_tag', 'hide_empty' => false));
$term = get_queried_object(); // Get the current category/tag object