Hi,
How can I make the titles of my individual blogs into active URLs? I'm setting up an RSS feed, and I want to give it specific URLs for each blog.
Here's my blog:
http://www.michaelgaither.com/b2/blogs/multiblogs.php
And I'm pretty sure this is the chunk of HTML that creates the blogs:
<h3 class="bTitle"><?php $Item->title(); ?></h3>
Thanks,
- Michael