Hi, I want my URLs to be home/articles/name-of-blog-entry instead of this:
http://jamesabbottdd.com/articles/view/test_entry_4
I want the “view” part of the URL to be gone. My template looks like this:
{exp:channel:entries channel="articles" limit="5" status="open | Featured Top Story | Top Story"}
<li><a href="http://{title_permalink=">{title}</a></li>
{/exp:channel:entries}When I try to use
title_permalink="articles"title_permalink="articles/view"the article that is being linked to doesn’t appear.
How do I fix this?
Thanks, James