Hi,
I'm trying to implement category filtering into a blog with dynamic publishing.
I've seen other sites where you click on a category, and it then displays the website with the posts filtered by the category selected. The URL would then usually be something like http://www.blog.com/index.php?start=1&cat=1
I'm having trouble coding in the category variable....I could use something like the line below, but it doesn't take into account for when the cat variable hasn't been set.
<MTEntries lastn="4" offset="'$smarty.request.start'" category="'$smarty.request.cat'">
Any body know how to make this work? Your help would be greatly appreciated.
Thanks,
Joel
My blog: www.tealilyphotography.com/jc
