We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10529
    • 73 Posts
    Can’t seem to see the wood for the trees at the moment

    Using Ajax 1.8.5 / Evo 1.0.2- how can I simply add the publication date to the Results - at the moment all I’m using is the result.tpl template (I think) plus the breadcrumbs do not show - have formatted the style and that all looks good see http://www.anotherharddayattheoffice.co.uk/


    <div class="[+as.resultClass+]">
      <a class="[+as.resultLinkClass+]" href="[+as.resultLink+]" title="[+as.longtitle+]">[+as.pagetitle+]</a>
    [+as.descriptionShow:is=`1`:then=`
      <span class="[+as.descriptionClass+]">[+as.description+]</span>
    `+]
    [+as.extractShow:is=`1`:then=`
      <div class="[+as.extractClass+]"><p>[+as.extract+]</p></div>
    `+]
    [+as.breadcrumbsShow:is=`1`:then=`
      <span class="[+as.breadcrumbsClass+]">[+as.breadcrumbs+]</span>
    `+]
    </div>