How to use separator for listing categories?
-
At the moment it list AppleOrangeBanana etc.
I would like to use separators to list like Apple | Orange | Banana<?php foreach((get_the_category()) as $childcat) { if (cat_is_ancestor_of(16, $childcat)) { echo '<a href="'.get_category_link($childcat->cat_ID).'">'; echo $childcat->cat_name . '</a>'; }} ?>
Anyone has any idea? Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to use separator for listing categories?’ is closed to new replies.