Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How to add accesskey to link_to_prev and txp:older
That’s my question.
I’ve got a Portfolio where I would like to provide some accesskeys to navigate between pages with 2 keys (Eg. accesskey=“1” and accesskey=“2”), but as I know the default TXP Tags just provide the basic link:
<code><txp:older>« Prev</txp:older></code>
<br />
is converted to:
<br />
<code><a href=“myURL/portfolio/?pg=2”>« Prev</a></code>
<br />
and I’m trying to obtain:
<br />
<code><a href=“myURL/portfolio/?pg=2” accesskey=“1”>« Prev</a></code>
<br />
What’s the solution? To hack some TXP File or what?
Thx in advance!
Last edited by duchamp (2005-11-05 14:15:04)
Offline