Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Links in "permalink position"
I’d like to have a type of articles that are a link list like John Gruber does with daringfireball.net: the title of the article takes you directly to the link destination, the permalink of my site is in a small symbol just for references (which will rarely be of interest).
I got it all to work with this form:
<h3><span class="permlinkfaded"><txp:permlink>¶</txp:permlink></span><a href="<txp:custom_field name="Linklist-URL" />">→ <txp:title /></a></h3>
<txp:body />
Now my question: in the feed, the title of the article is MY permalink, NOT the destination URL that I want. Can I make the feed use my form setup instead of using the <txp:permlink>
tag for the title?
Thanks.
Offline
Pages: 1