Hey guys, sorry again to be a bother. In my template_portfolio.php file, on line 14 I changed this:
$query_string .= "&post_type=portfolio";
to this:
$query_string .= "&post_type=portfolio";
$query_string .= "&orderby=title";
The output code that's shown on the link supplied (the second code that you're supposed to change) is not found anywhere in the template file for Cleancut, but I'm assuming that because the first piece of code would sort by title automatically, I could just remove this bit:
<div class='sort_by_val'>
<span><?php _e('Sort by:','cleancut')?></span>
<a href="#" id='date_sort' class='active_sort reversed'><?php _e('Date','cleancut')?></a>
<a href="#" id='name_sort'><?php _e('Name','cleancut')?></a>
</div>
When I do that, the Sort by Date/Name is gone, but the portfolio items are still not sorting in alphabetical order.
This is my last request I swear!! The site's almost done, if Kriesi is looking to showcase completed sites using his themes, feel free to use mine!
AC