• Hey,

    ran into a problem where i cannot print my taxomony name in my taxomony.php

    if ( have_posts() )
    		the_post();
    ?>
    
    			<h1 class="page-title">
    <?php
    					printf( __( 'Kategori: %s', 'twentyten' ), '<span>' . single_cat_title( '', false ) . '</span>' );
    				?>			</h1>
    
    <h3>
    <center>
    				<?php echo category_description(); ?>
    			</h3>
    </center>

    Category description works great and prints out the description on the taxomony.

  • The topic ‘Print taxomony names’ is closed to new replies.