hi, if i get it right, the category is always part of the url.
actually don’t know why the category doesn’t show up in our urls?
this is the part of the template relevant for the display in the article:
{exp:weblog:entries weblog="{embed:weblog}” orderby=“date” sort=“desc” limit=”{embed:limit}” category=”{embed:category}” offset=”{embed:offset}” disable=“trackbacks” dynamic=“off”}
<div class=“hentry clearfix”>
<h5 class=“subheading”>{title}</h5>
{entry_date format=' %l, %d. %F %Y '} by {author}
{if en_body}{article_image_thumb}{if:else}{article_image_thumb}{/if}
{en_summary}
</div>
{if en_body}MORE…{/if}
<!—{categories}{category_id} - {category_name} / {/categories}—>
{/exp:weblog:entries}
What do i need to add where, so that the category becomes part of the url?
I’ve been searching since yesterday already which is about ten hours but i can’t find the solution.
And “yes”, i’ve set “use category url titles in links” to yes and the category url indicator is set to category.
Please help