sorting categories by custom field…
-
i want to use the following code
<?php if (is_category('26')) { $posts = query_posts($query_string. '&orderby=meta_value&meta_key=proce&order=ACSC' ); } ?>at least, i think thats the right code…
on my archives.php page…
is that right?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘sorting categories by custom field…’ is closed to new replies.