Routing
In this video, we will walk through the different methods of ExpressionEngine routing, and utilize these in our content
What We Do
- Explore the different EE routing methods
- Set up template folder routing
- Set up template routing
Code Snippets
Route We Added
/blog/{url_title:regex[(((?!(P\d+|category\/)).)+?)]}
EE Routing Helper
<a class="block" href="{route='blog/entry' url_title='{embed:url_title}'}">
Links
- ExpressionEngine Template Routes - https://docs.expressionengine.com/latest/templates/routes.html#template-routes
- EEU:// Template Routes For Single Entry Permalink URLs: https://u.expressionengine.com/article/template-routes-for-single-entry-permalink-urls
- See all of the site build in action in the Learn EE git repository.
Comments 0
Be the first to comment!