Edit : bu olmadı.

Birde Şurayı komple değiştirin :


<div class="product-disc"> <a href="<?php the_permalink() ?>" class="red-link" title="<?php the_title(); ?>"><?php the_title(); ?></a> <br>
İzlenme: <strong><?php if(function_exists('the_views')) { the_views(); } ?></strong><br>
Kategori: <strong><?php the_category(', '); ?></strong><br>
Etiketler: <?php the_tags(' ', ', ', ''); ?>
</div>
</div>
<?php endwhile; ?>
</div>



</div>


Yeni'den hatırlatayım, Yedek almayı unutmayınız.