documentation says, "For example: assume that post settings is at the default of 10 per page,
"http://mysite.com/node/type/story" will show all the "story" type nodes
as teasers with 10 per page."
...but this returns "page not found" (note: i'm using pathauto too - possible issue???)
so in very plain english, i am confused - have a content type called 'story' and a taxonomy called 'story categories' (with a space like that)and within that a category called 'sports' (and i want to display a page with teasers for sports only set to default (10 is default) ...do i set exactly like example above but put story/story_categories/sports/10??? do i put taxonomy/story_categories/sports/TRUE/10?? i must be missing something, no matter what i try i get page not found...
Comments
Comment #1
nancydruYes, you are confused. This module only retrieves nodes based on content type, not taxonomy.
What you want is to look up which term number (tid) is on the "Sports" term. Then you do 'taxonomy/term/xxx' where xxx is the number for that term.
If you're getting "page not found" you have a permissions issue. I did just discover a spelling error that might have contributed to that and committed the fix for it. I also discovered a CVS problem. That will be fixed as well.
Comment #2
nancydru