Forums
Forums / Developing with WordPress / Separate categories with •
(@4ever16)
7 years, 3 months ago
When i use this code in my theme. <?php the_category()?>
<?php the_category()?>
Then wordpress prints like this.
Post title Category 1 Category 2
I would like to separate categories like this. But how to? Category 1 • Category 2
Solved it!
<?php the_category(' • ') ?>
The topic ‘Separate categories with •’ is closed to new replies.