URL: http://www.sitename.com/templategroup/template/category/categoryname
{exp:weblog:entries weblog={weblog}}
<div class="container">
<div id="post" class="content">
<h2><a href="http://{url_title_path={weblog}/entry/}">{title}</a></h2>
<p> <ul class="category"><br />
{categories}<br />
<li><a href="http://">{category_name}</a></li><br />
{/categories}<br />
</ul><br />
{summary}<br />
<div class="meta"><br />
</p><h3><a href="http://{url_title_path={weblog}/entry/}">Read the article</a></h3>
<p> </div><br />
</div><br />
</div><br />
{/exp:weblog:entries}
Somehow the entries are showing but not being filtered by the category name.
I checked, i do not have a template group or template named “category”.
Any idea?