Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Trying to make sidenotes here.
Hey all,
What I’m trying to do is wrap this block of code…
<li><strong><txp:link_name /></strong><span> - <txp:link_description /></span></li>
… with a <txp:link /> tag so it all becomes surrounded by <a href”“></a>, like so:
<li><a href"LINK"><strong><txp:link_name /></strong><span> - <txp:link_description /></span></a></li>
LINK is the URL for that specific link.
Any way to do that?
Offline
#2 2007-03-03 16:24:31
- anoke
- Archived Plugin Author
- Registered: 2006-04-15
- Posts: 152
Re: Trying to make sidenotes here.
href="<txp:link_url />"
?
- When chickens are cold, they roost in trees; when ducks are cold, they plunge into water -
Offline
Re: Trying to make sidenotes here.
Crazy me, that works perfectly. Thanks. =D
Last edited by Biomech (2007-03-03 18:50:06)
Offline
Pages: 1