Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question