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

julien.reulos’s picture

Hi,
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.

timmillwood’s picture

Status: Active » Closed (works as designed)