template-tags.php (inc/template-tags.php) sayfasında,
// Hide tags for pages.
if ( 'post' == get_post_type() ) {
/* translators: used between list items, there is a space after the comma */
$tags_list = get_the_tag_list( '', __( ', ', 'meteorite' ) );
if ( $tags_list && is_single() ) {
printf( ' ', $tags_list );
}
bu kodlar mıdır acaba? hangi satırlar silinmeli?