Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
link_rel attribute in thumbnail tag not working
Seeing a problem with the <txp:thumbnail />
tag in 4.3.0 – the link_rel="relation"
attribute is not working for me (using a clean 4.3.0 install).
<txp:thumbnail id="3" link_rel="bookmark" />
Produces something like:
<img src="http://domain.com/images/3t.png" alt="" width="20" height="20" />
Last edited by jstubbs (2011-01-02 14:22:55)
Offline
Re: link_rel attribute in thumbnail tag not working
Add link="1"
. The link_rel
adds the rel to the anchor link. The img tag itself doesn’t have a rel
attribute.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline