Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
txp:article or txp:article_custom & form into (greybox) iframe
Is there anyway to do this?
I think my problem is in the linking syntax… I’m just using this
<p><a href="<txp:article_custom form="tx-body" limit="1" sort="posted desc" />" title="Link" class="greybox">THIS ONE</a></p>
I should be linking directly to the article… but I’m not sure if you can link directly to the latest article… can you?
Offline
#2 2008-11-20 14:00:14
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: txp:article or txp:article_custom & form into (greybox) iframe
You only need <txp:article_custom form="tx-body" limit="1" sort="posted desc" />
, it will display whatever you have in your form ‘tx-body’. So if you just want to show a link to the article, put this in your form: <p><txp:permlink>THIS ONE</txp:permlink></p>
.
Offline