I am working on a website for a medical lab and I have a list of tests that are organized by categories. I’m using the GW Category add on to generate a navigation based on the category structure. My problem is that I cannot seem to sort my list of tests alphabetically by the titles. I’m using the parameter orderby=“title and sort=“asc”. This seems to work on other pages that do not have categories. Any suggestions?
{exp:gwcode_categories cat_url_title="{segment_4}" entry_count="yes"}
<a href="http://{path=test_menu/testmenu_category/category}/{cat_url_title}">{cat_name}</a> ({entry_count})
{/exp:gwcode_categories}
{exp:channel:entries channel="test_menu" paginate="bottom" limit="10" orderby=”title” sort="asc"}
{if no_results}There are currently no tests in this category.{/if}
<h4><a href="http://{page_url}">{title}</a></h4>
<p> {paginate}<br />
Page {current_page} of {total_pages} pages {pagination_links}<br />
{/paginate}<br />
{/exp:channel:entries}