I’ve searched the User Guide and even checked Devot:ee for a plug-in but I take it status values aren’t really meant to be used in the URI as there’s no status_uri variable like titles?
I wanted to be able to display a list of entries, dynamically, by their status. Navigation links would be something like:
<a href="http://{site_url}people/speakers/confirmed">Confirmed Speakers</a>Speakers’ Template code:
{exp:channel:entries channel="people" status="{segment_3}"}I can’t seem to get consistent results using this method and I guess using Categories instead of Status would be better? The only issue with using Categories for Status values is that I would need to use two or more sets of categories for speakers which gets the URI a bit complicated.
EDIT:
Fixed {exp:channel:entries} code.