Chimera theme, question about category display
-
Definitely not on your shoulders to make sure that themes using your plugin are compatible….that would be a crazy amount of code to keep up with. But I was wondering if you had quick insight to an issue with Chimera. I think you’ve changed something regarding slugs, Chimera’s portfolio template files need to catch up.
Do you see anything in the code below (designed to show portfolio categories from post terms) that jumps out as “oh yeah, that needs to change.” ?
<div class="filter" data-filter="<?php echo $term->slug; ?>">
<div class="button-normal-inner">
<?php echo $term->name; ?>
</div>
</div>Thanks, Tony
https://www.ads-software.com/plugins/custom-content-portfolio/
- The topic ‘Chimera theme, question about category display’ is closed to new replies.