
ross
Staff
/ Moderator

Oct 18, 2006, 10:05 AM
Post #2 of 3
(1826 views)
Shortcut
|
|
Re: [mikevernon] Using art_field in Category Template
[In reply to]
|
Can't Post
|
|
Hi Mike. Thanks for posting! The code you are using on your article templates should actually work the same on your category index pages. The only difference would be on the category index, it would need to within the template cells. So something like this:
<!-- templatecell : row --> <img src=$art_field7$> <span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br> <span class="summary_title"><a href="$detail_link$">$art_name$</a></span><br> <span class="summary">$art_summary$</span><br> <span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span> <!-- /templatecell : row --> Could you maybe post up the code you are using and a copy of your template so I could be a bit more specific for you? Keep me up to date with how you are making out . ----------------------------------------------------------- Cheers, Ross Fairbairn - 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: http://www.interactivetools.com/consulting/
|