Hi Guys,
The below code works fine but how do I apply the category using {segment_1}? i.e. I tried category=”{segment_1}” and category_name=”{segment_1}” and category_id=”{segment_1}” but no joy. I want segment_1 in the url (same name as category name) to call the relevant menu. Category 12 in this case is called “priority-projects”
and needs to appear on mysite.com/index.php/priority-projects/
THANKS!!!
{exp:weblog:entries weblog="projects" category="12" dynamic="off"}
<li><a href="http://{title_permalink=">{title}..</a></li>
{/exp:weblog:entries}