teşekkürler ancak bu kodu nereye yazmalıyız? denedim, olmadı. Bendeki kod:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2><?php the_category(', ') ?> <a href="<?php the_permalink('') ?>" title="<?php the_title(''); ?>"><?php the_title(''); ?></a></h2>