Fork me on GitHub

AT: link picture to article  Bottom

  • When I make a new news item I create a little burb about the artle along with an image pertaining to that article in the "Story lead-in" section. I would like to make the image link to the full article. Right now I have to write the whole article and publish it. Once it is published PostNuke gives it a URL that I then use to make the little image in the "Story lead-in" section clickable to the full story.

    Is there an AutoTheme tag that I can include in the href for the image so postnuke automaticlly fills in the URL to the corresponding news article, similar to the {image-path} tag but would be a{news-article-path} type tag.
  • But of course! ;)

    Code

    <a href="<!-- [news:url:fullarticle] -->">
    <img src="images/topics/<!-- [news:text:topicimage] -->" alt="<!-- [news:text:topicname] -->" />
    </a>

This list is based on users active over the last 60 minutes.