Wyłączenie wyświetlania kategorii przy newsie
-
Jak wyłączyć wyświetlanie nazwy kategorii przy newsie ? wiem ,że w pliku single.php na innym szablonie sobie poradziłem ,ale tutaj nie mogę znaleźć nic ze składnią 'category’ Proszę o pomoc gdzie tego szukać ?
Single.php:
get_header(); ?>
<div id=”primary” class=”site-content „>
<div id=”content” class=”grid_4″ role=”main”><?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content’, 'single’ ); ?>
<?php patrick_content_nav( 'nav-below’ ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0′ != get_comments_number() )
comments_template( ”, true );
?><?php endwhile; // end of the loop. ?>
</div><!– #content –>
</div><!– #primary .site-content –><?php get_sidebar(); ?>
<?php get_footer(); ?>
Temat ‘Wyłączenie wyświetlania kategorii przy newsie’ jest zamknięty na nowe odpowiedzi.