 |

aerosurfer
User
Apr 24, 2007, 4:29 AM
Post #1 of 3
(738 views)
Shortcut
|
|
Make Cat Headline in headline_bycat Link to Category
|
Can't Post
|
|
How can I make the category name in the headlines_bycat file actually link to the category page ?
|
|
|  |
 |

ChetW
Staff

Apr 25, 2007, 9:10 AM
Post #2 of 3
(731 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
Hire me! 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 Priority Consulting.
|
|
|  |
 |

aerosurfer
User
Apr 26, 2007, 1:37 AM
Post #3 of 3
(729 views)
Shortcut
|
|
Re: [ChetW] Make Cat Headline in headline_bycat Link to Category
[In reply to]
|
Can't Post
|
|
Thanks Chet - Worked perfectly.
|
|
|  |
|