Tagged: portfolio grid
I am displaying a portfolio grid that includes all 45 portfolio items. For title, I have numbered my items 1 through 45. Example:
1. John
2. James
3. Amy
etc., all the way through 45.
The problem is that it appears the order is being set by only looking at the first character in the title, which results in the order being: 1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 2, 20, 21, 22…etc
How can I make the Order By Title look for the first 3 characters instead of just one?