This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * Template Name: Video Categories | |
| */ | |
| get_header(); | |
| $tags = get_terms(array('taxonomy' => 'ulz_listing_tag', 'hide_empty' => false)); | |
| ?> | |
| <style> | |
| /* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |