Hi - trying to get this category template to work but having no joy. Maybe I’ve set-it up wrong but there’s no info in the user guide.
Global Category URL Indicator is ‘category’
url structure is index.php/portfolios/gallery/artists_page
gallery template has
<a href="http://{path=/categories}">{category_name}</a>I’ve created a category page template called ‘categories’ with:
{exp:channel:entries channel="portfolios" orderby="{segment_3}" dynamic="off" sort="desc" limit="25"}
{if count==1}<h3>{category_name}<h3>{/if}
<a href="http://{thumbnail}%22rel=%22group" rel="group" title="{caption}" class="tip7">{thumbnail}{path}_thumb_folio/{filename}.{extension}{/thumbnail}</a>
{paginate} Page {current_page} of {total_pages} pages {pagination_links}{/paginate}
{/exp:channel:entries}
but it isn’t ordering by the category_name
also <h3>{category_name}<h3> isn’t showing the category name. I’ve tried orderby segment_4 but that is the same result.
Any ideas what i have done wrong here?