Hi!
Is there a way to change the order of clonable pages by clicking on a link for example?
I have this section :
But I want to do that if I click a button link, it changes the order to "publish_date".
And obviously, clicking another button would bring back the order to "my_vote".
I thought I could use something like :
but yeah....doesn't work.
Thanks!
Is there a way to change the order of clonable pages by clicking on a link for example?
I have this section :
- Code: Select all
<cms:pages masterpage="index.php" orderby="my_vote">
But I want to do that if I click a button link, it changes the order to "publish_date".
And obviously, clicking another button would bring back the order to "my_vote".
I thought I could use something like :
- Code: Select all
<a href="<cms:pages masterpage='index.php' orderby="publish_date" />">date</a>
but yeah....doesn't work.
Thanks!