R
R
RipWay2015-03-26 13:52:31
Drupal
RipWay, 2015-03-26 13:52:31

How to display category description on 1 page in drupal 7?

How to display category description on 1 page in drupal 7? I'm new to Drupal, which is why I'm asking this question. Is it also possible to display the contents of any tag using view?
Solution found:
<?php if (!isset($_GET['page'])) {
$category = taxonomy_term_load(arg(2));
echo "{$category->description}";
} ?>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question