Created
September 8, 2017 08:10
-
-
Save markusvonplunkett/a8ac14fe907bdf79765f33400d549b45 to your computer and use it in GitHub Desktop.
Category output Mag1 Fishpig Wordpress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (count($categories) > 0): ?> | |
Category: | |
<?php foreach($categories as $category): ?> | |
<a href="<?php echo $category->getUrl() ?>"><?php echo $this->escapeHtml($category->getName()) ?></a> | |
<?php endforeach; ?> | |
<?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment