Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Problem with <txp:permlink/>
Probably a really stupid typo somewhere, but I have following problem:
I want to have following link produced by one of my article forms:
<pre>
<code>
<a href=“somepermalink” title=“title of post”>title of post</a>
</code>
</pre>
So I wrote following into that form:
<pre>
<code>
<a href=”<txp:permlink>” title=”<txp:title/>”><txp:title/></a>
</code>
</pre>
But somehow the title attribute is missing in the output. Any idea, how this could happen?
Offline
Re: Problem with <txp:permlink/>
Ok, found the typo ;)
<code><txp:permlink/></code> and not <code><txp:permlink></code> in this case ;) Sorry for that.
Last edited by zeroK (2006-02-02 17:35:50)
Offline
Pages: 1