Hiya.
I’m missing something here… installed tag posts plugin and articles for given tag are listed, but there is no link to the articles as they are listed, just a list of the articles in plain text… I’m not seeing any href in the plugin itself either…
How do I use the plugin so that each article is linked to, just as a typical tag cloud, sitemap or similar would?
Sample code I’m using
<?php tag_posts_display_recent('Conference Call',40,40,150,'<br />','<strong>','</strong>','<ul>','</ul>','<li>','</li>'); ?>