Skip to content

Instantly share code, notes, and snippets.

@markusvonplunkett
Created September 8, 2017 08:10
Show Gist options
  • Save markusvonplunkett/a8ac14fe907bdf79765f33400d549b45 to your computer and use it in GitHub Desktop.
Save markusvonplunkett/a8ac14fe907bdf79765f33400d549b45 to your computer and use it in GitHub Desktop.
Category output Mag1 Fishpig Wordpress
<?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