Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2014-10-31 15:00:19

ingleslenobel
Member
Registered: 2014-10-16
Posts: 88

? older, ? newer bug

I seem to have lost the << and >> on the labels – could I ask where do they come from? I suspect ‘textpack’ – can these be edited on the fly?

Thank you!!

Offline

#2 2014-10-31 15:32:22

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: ? older, ? newer bug

ingleslenobel wrote #285315:

I seem to have lost the << and >> on the labels

On the public site, the labels tend to come from the container of the link_to_prev and link_to_next tags rather than a Textpack. Or, for article lists, the container of the txp:older and txp:newer tags. How is your Page template set up to display links? The standard way is using something like:

<txp:if_individual_article>
   <txp:link_to_prev>&laquo; Previous article</txp:link_to_prev>
   <txp:link_to_next>Next article &raquo;</txp:link_to_next>
<txp:else />
  <txp:older>Older &raquo;</txp:older>
  <txp:newer>&laquo;Newer</txp:newer>
</txp:if_individual_article>

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

#3 2014-10-31 15:38:27

ingleslenobel
Member
Registered: 2014-10-16
Posts: 88

Re: ? older, ? newer bug

slap forehead

Thanks that was it!

Offline

Board footer

Powered by FluxBB