Drupal – Disable listing of nodes on taxonothe term page

drupaldrupal-taxonomydrupal-theming

Is it possible to disable the normal taxonomy listing of nodes on taxonomy term pages?

The reason I need this is I want to use a view's override of taxonomy pages BUT the default views override stops a breadcrumb module working properly. So, I want to make a term view but as a block and show it on certain pages with PHP.

Thanks

Best Answer

Another way of doing this is using the Display Suite and Taxonomy Display module. Install them, then go to admin/structure/taxonomy/[mytaxonomy]/display.

Under "Use custom display settings for the following view modes" select "Taxonomy term page".

Then, in the "Taxonomy term page" view mode, under Term page display, select "Associated content display": HIDDEN.

Done! :)

Related Topic