Closed (works as designed)
Project:
Drupal core
Version:
6.3
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2008 at 12:58 UTC
Updated:
14 Jan 2009 at 13:26 UTC
Each taxonomy term page is only displaying one item per term.
For example if i have 3 pages assigned to the term 'foo' when i visit the taxonomy page for foo only one of these pages will be displayed under the term.
Also, if i click on the feed icon for the term, the feed will generate the full list of pages in the XML - with all 3 pages in the feed.
In the view admin settings, if i check the preview for the view through the interface it will also generate the correct display with all pages inside the preview of the page view.
It is only when the page is generated that it will simply just display only one item.
Comments
Comment #1
julien.reulos commentedHi,
What you have to do is going to the main Views module admin page (admin/build/views for Drupal 5.x) and activate the 'taxonomy_term' view. If you edit it, you will see that what this view is doing is create a page with 10 teaser list nodes + a pager.
I had the same problem and it worked for me.
Comment #2
timmillwood