I want to show the category from the post in the title of the browser, i know i have to edit header.php line 6, it looks like this:
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
I dont know how to put the category name, i try with
<?php the_category(', ') ?>
But it show the
<a href="........">.........</a>
Remember i only choose ONE category per each post, so it is not difficult to show the name.
Wait for replay!













