How can I filter weblog entries by a certain category?
I found this form and it works, but I have several questions. What if I would like to specify multiple weblogs? And how to specify a certain category group?
Thank you!
<form method="post" action="{path='template_group/template_name'}">
<select name="category">
{exp:channel:categories channel="your_channel_name" style="linear"}
<option value="{category_id}">{category_name}</option>
{/exp:channel:categories}
</select>
<input type="submit" value="Go!" />
</form>Moved to CodeShare Corner by Moderator