HellO!
plugin 0.9.7
WP 2.8.6
installed plugin.
added font.
added CSS Font Assignments (as CLASS).
in my style.css i wrote .x-files {color:#344342;font-size:16px;}
in tag.php i use
<p class="x-files">
<a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
</p>
and now all the titles are not linked!!
without – everything is ok (every title is a link.
see example please – x-files.net.ua/?tag=gillian-anderson)
would you please help to deal with that!
Thanx!!!