Is it possible to change the order of the team blogs. They are currently listed in the order I created them.
I have 13 and I want to move ID 13 to 2nd on the list
I have 13 and I want to move ID 13 to 2nd on the list
if( $count != 0 )
{
$query .= ' LIMIT 0,' . $count;
}
$query .= ' ORDER BY a.`title` ASC';
if( $count != 0 )
{
$query .= ' LIMIT 0,' . $count;
}