Forum Moderators: open
[webmasterworld.com...]
That was quite overwhelming. Anyway, I am trying to do something of my own.
I have replaced the original logo link which was
<a href="<?php bloginfo('url') ?>"><img src="<?php bloginfo('template_url') ?>/images/logo.jpg" /></a>
with
<a href="<?php single_cat_title(); ?>"><img src="<?php bloginfo('template_url') ?>/images/logo.jpg" /></a>
Now, I see that every page is linking to itself..I need more tweaking to this. Every page should link to the category it belongs to. What should I replace single_cat_title(); with?
Thanks