I am interested displaying more than 10 nodes on a taxonomy page. I am assuming this is going to require the modification of the taxonomy.module . I have fooled around with it some and have gotten no where. Has anyone else accomplished this or has any advise?

Thanks

Comments

styro’s picture

by looking at the function here:
http://api.drupal.org/api/4.7/function/taxonomy_render_nodes

it just uses the setting found here:

/admin/settings/node

If you want your taxonomy listings to have a different number of nodes than the main page listing, I suggest installing the views module to be able to customise these listing pages further.

--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ

keto-1’s picture

I am looking into this module now.

Regards,