Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-02-02 17:31:40

zeroK
Member
Registered: 2004-12-02
Posts: 26
Website

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>
&lt;a href=“somepermalink” title=“title of post”&gt;title of post&lt;/a&gt;
</code>
</pre>

So I wrote following into that form:

<pre>
<code>
&lt;a href=”&lt;txp:permlink&gt;” title=”&lt;txp:title/&gt;”&gt;&lt;txp:title/&gt;&lt;/a&gt;
</code>
</pre>

But somehow the title attribute is missing in the output. Any idea, how this could happen?

Offline

#2 2006-02-02 17:34:41

zeroK
Member
Registered: 2004-12-02
Posts: 26
Website

Re: Problem with <txp:permlink/>

Ok, found the typo ;)

<code>&lt;txp:permlink/&gt;</code> and not <code>&lt;txp:permlink&gt;</code> in this case ;) Sorry for that.

Last edited by zeroK (2006-02-02 17:35:50)

Offline

Board footer

Powered by FluxBB