Ordering posts by title problem
-
I have a loop on a webpage that orders post titles alphabetically using this code
<?php $side_posts = get_posts('numberposts=-1&$orderby=title&category='.$catVal); ?>This will output my posts like this, the problem is i need Track 10,11 to come after Track 2,3. HELP thanks
the album track 3
the album track 2
the album track 11
the album track 10
the album track 1
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Ordering posts by title problem’ is closed to new replies.