
ChetW
Staff

Apr 25, 2007, 9:10 AM
Post #2 of 3
(2155 views)
Shortcut
|
|
Re: [aerosurfer] Make Cat Headline in headline_bycat Link to Category
[In reply to]
|
Can't Post
|
|
Hi aerosurfer, Thanks for the post! What you will want to do here is open the "headlines_bycat" template file and look for this chunk of code:
<!-- templatecell : header --> <tr><td><span class="nav_right_category_name">$cat_name$</span></td></tr> <!-- /templatecell : header --> And change it to this:
<!-- templatecell : header --> <tr><td><span class="nav_right_category_name"><a href="$url_index$">$cat_name$</a></span></td></tr> <!-- /templatecell : header --> After you have made this change you will also want to be sure and re-publish all your files. :) Give this a try aerosurfer and if you have any other questions please feel free to ask. Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|