How to Get_Post_Categories?
-
I’ve made a child theme and I’m trying to get the categories to show in loop-carousel.php. I’ve tried writing just some random text after the title but nothing shows except for the title. Not even if it’s written inside the
<h3><a href="<?php the_permalink() ?>"> <?php echo $title ?> </a> <?php if(vantage_get_post_categories()) : ?> <div class="entry-categories"> <?php echo vantage_get_post_categories() ?><br/> </div> <?php endif; ?> </h3> <?php endwhile; ?>
All it does it printing the title and not the categories. Can’t figure out what’s causing this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to Get_Post_Categories?’ is closed to new replies.