Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2012-11-02 12:47:00
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
<txp:link_to_next /> and <txp:link_to_prev /> doesn't work in 4.5.2
what’s wrong with that code that <txp:link_to_next />
and <txp:link_to_prev />
doesn’t work in 4.5.2?
<txp:if_individual_article>
<h1><txp:title /></h1>
<txp:body /><br />
<txp:upm_article_image type="image" limit="1" class="big" />
<div class="port-nav">
<txp:variable name="prev" value='<txp:link_to_prev />' />
<txp:variable name="next" value='<txp:link_to_next />' />
<txp:if_variable name="next" value="">
<txp:else />
<a href="<txp:link_to_next />" title="<txp:next_title />" class="next"><txp:next_title /></a>
</txp:if_variable>
<txp:if_variable name="prev" value="">
<txp:else />
<a href="<txp:link_to_prev />" title="<txp:prev_title />" class="previous"><txp:prev_title /></a>
</txp:if_variable>
</div>
</txp:if_individual_article>
Offline
Re: <txp:link_to_next /> and <txp:link_to_prev /> doesn't work in 4.5.2
Might be related to this bug fix…
Offline
#3 2012-11-03 08:35:18
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: <txp:link_to_next /> and <txp:link_to_prev /> doesn't work in 4.5.2
yes it was. thank’s
Offline