Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php $current = taxonomy_term_load(arg(2)); ?>
  2. <div class="taxonomy-description">
  3.         <?php print $current->description; ?>
  4. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement