taxonomies wont display on some pages
-
I have a custom post type called advertisements with some taxonomies e.g. brands, condition, size etc
I used the below code in my single.php file to display the taxonomies on the single posts, however the archive doesn’t seem to work.
<?php the_terms( $post->ID, ‘brands’, ‘Brand: ‘, ‘, ‘, ‘ ‘ ); ?>
I use Enfold theme which uses postslider.php to display posts in a grid layout. However when i use the same code to display the taxonomies it doesnt work. Its just blank. I have tried dozens of different things i found online but none of it worked, and i don’t understand why the code will work in one php file but not the other.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘taxonomies wont display on some pages’ is closed to new replies.