I know this is basic stuff, but I’m completely stumped as to why my orderby=”title” sort=“asc” parameters are not working. Seems like I’m getting a randomly sorted list of entires. Anyone see a problem with this code?
{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> <strong>Test Code</strong>{test_code}<br />
<hr><br />
{paginate}<br />
Page {current_page} of {total_pages} pages {pagination_links}<br />
{/paginate}<br />
{/exp:channel:entries}