Once again online on this forum for the next question.
Am I right that the sortby="" function in the News tag doesnt effect once the action="browsecat"?
Is there a way to fix this? I would like my categories to be shown on the page in alphabetical order. I saw something on this forum to change some stuff in the action.browsecat.php.
Code: Select all
$query .= ' ORDER by hierarchy';
in to this .
Code: Select all
$query .= ' ORDER by news_category_name ASC';
the pages i want to have alphabetical are these.
http://da.stylique.nl/onderwijs/vo/
http://da.stylique.nl/onderwijs/bo/
this is what my news hierarchy looks like.
hope someone can help me...