Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-05-24 02:42:53
- Gulfcoast
- Member
- Registered: 2009-04-12
- Posts: 76
Remove the Link From a Static Title
Is there a way to modify the <txp:permlink /> tag so that it does not link a static title? The code I am currently using is:
<code>
<div class=“post” id=“post-<txp:article_id />”>
<div class=“posttitle”><h2><a href=”<txp:permlink />” rel=“bookmark” title=“Permanent Link to <txp:title />”><txp:title /></a></h2>
</code>
Thank you.
Offline
Re: Remove the Link From a Static Title
If you mean how do you test for whether or not an article has “sticky” status, try the wet_if_status plugin. Alternately you could use different <txp:article />
tags for sticky and live articles, and have each call a different form (or contain different tags).
Code is topiary
Offline
#3 2009-05-24 03:37:55
- Gulfcoast
- Member
- Registered: 2009-04-12
- Posts: 76
Re: Remove the Link From a Static Title
You hit it J Soo. Situation solved via a form. Thank you.
Offline
Pages: 1