Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2009-03-24 03:19:15

bluepurl
Member
From: Prairie du Sac, Wi
Registered: 2009-02-23
Posts: 42
Website

Article images with a link to external url

I’m setting up a section of my site as a web design portfolio. Each article will have an image of a site, which I have generated with a <txp:article_image/> tag, followed by a short bit of happy talk generated by a <txp: body /> tag.

How can i make the article_image be a link to the external site I designed?

Offline

#2 2009-03-24 03:25:22

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Article images with a link to external url

You could store the URI in a custom field (“client_uri”):

<txp:if_custom_field name="client_uri">
    <a href="<txp:custom_field name="client_uri"/>" rel="external">
        <txp:article_image/>
    </a>
</txp:if_custom_field>

Offline

#3 2009-03-24 14:14:59

bluepurl
Member
From: Prairie du Sac, Wi
Registered: 2009-02-23
Posts: 42
Website

Re: Article images with a link to external url

Works nicely. Thanks!

Offline

Board footer

Powered by FluxBB