Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Article Sort Problem
I’m sorting an Article list by Title
<li class=“sidebox”>
<h2>Places To Visit</h2>
<ul><txp:article_custom section=“Places-To-Visit” sort=“Title” form=“article_permalink” limit=“500” /> </ul>
</li>
I have a number of Places to Visit A-D listed in perfect alphabetical order.
When I added an article titled El Bosque it goes to the top of the list above the A’s. Anyone know why?
Anyone know how I can fix this without adding hyphens?
Thanks Geoff
There are 10 types of people in the world: those who understand binary, and those who don’t.
Offline
Re: Article Sort Problem
LOL – solved this myself. There was a space before the title. Strangely the list wasn’t indented to indicate there was a space in the title. I guess it gets stripped out.
There are 10 types of people in the world: those who understand binary, and those who don’t.
Offline
Pages: 1