Este simplu, daca folosesti custom taxonomies trebuie sa mai creezi un fisier in tema cu numele taxonomy.php (e identic cu category.php) doar ca la titul pui:
Eu asa am facut. A mers perfect.Cod PHP:<?php $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); echo $term->name; ?>



Răspunde cu citat
