Hi All…
On my blog I have all my entries displaying as well as a list of all the associated categories. Obviously, the idea being when you click on a link to the category, it will show all the related entries for that category.
The problem is - when you click on the category link, it displays ALL entries (regardless of category).
On my blog page, I have this:
{exp:weblog:entries weblog="blog" limit="5" paginate="bottom" category="not 23"}If I take out the
category="not 23"then the category links work just fine (ie, only display the related entries). Leave it in - and it displays all entries.
This is the code I am using to display the categories:
{exp:weblog:categories weblog="blog" style="linear" show="not 23"}<li><a href="http://{path=blog}">{category_name}</a></li>{/exp:weblog:categories}And here is a link to the page in question:
http://www.jessmarksphotography.com.au/blog
THanks!