Hi.
I'm working on an index to list all pages of a site.
After doing too much work to organize thousand of page, I realized that would be better if I sort them before, by its title, before applying some formatting.
Now, I'm handling with a list like this:
So, I'm not able to sort all because the non-numeric field starts at different columns.
And I could not fully understand the explanation on Help topic for it.
So, how I can sort all the lists I created, using the string after "]" character?
Result should seem like this:
All my attempts get the numeric digit (t=2, t=11 and t=129) to sort.
It should be the title, non-numeric character.
I'm working on an index to list all pages of a site.
After doing too much work to organize thousand of page, I realized that would be better if I sort them before, by its title, before applying some formatting.
Now, I'm handling with a list like this:
Code: Select all
[url=https://clubeceticismo.com.br/viewtopic.php?f=18&t=129]Mudanças Climáticas[/url]
[url=https://clubeceticismo.com.br/viewtopic.php?f=18&t=11]Infográficos Interessantes[/url]
[url=https://clubeceticismo.com.br/viewtopic.php?f=18&t=2]Comida orgânica e volta à vida natural[/url]
And I could not fully understand the explanation on Help topic for it.
So, how I can sort all the lists I created, using the string after "]" character?
Result should seem like this:
Code: Select all
[url=https://clubeceticismo.com.br/viewtopic.php?f=18&t=2]Comida orgânica e volta à vida natural[/url]
[url=https://clubeceticismo.com.br/viewtopic.php?f=18&t=11]Infográficos Interessantes[/url]
[url=https://clubeceticismo.com.br/viewtopic.php?f=18&t=129]Mudanças Climáticas[/url]
It should be the title, non-numeric character.