Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2015-10-30 09:04:46
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
label='<txp:section title="1" />'
what could be wrong with that code below, why it doesn’t display label title?
<txp:article_custom limit="3" section="news" labeltag="h6" label='<txp:section title="1" />' wraptag="ul" break="li">
<span class="posted"><txp:posted format="%d.%m.%Y" /></span>
<txp:permlink><txp:title /></txp:permlink>
</txp:article_custom>
Offline
Re: label='<txp:section title="1" />'
Can you show us relevant parts of the generated HTML code and the tag trace (switch to debug mode in preferences)?
Offline
Re: label='<txp:section title="1" />'
From your tag trace:
<txp:if_section name="">
[<txp:if_section name="">: true]
Looks like you’re viewing this on the front page instead of in a section.
Offline