I am using the omega html5 starterkit and i found that in the taxonomy term page, there is a list of tagged nodes which has the <article> html tag. Is there anyway to could do in order to remove that listing.

I have find some information about removing the node listing

1. http://stackoverflow.com/questions/6498639/drupal-disable-listing-of-nod...
but there is no page-taxonomy.tpl.php as mentioned in the above post.

2. Another template file is taxonomy-term.tpl.php. but it is also missing.
http://api.lullabot.com/file/core/modules/taxonomy/taxonomy-term.tpl.php...

3. I installed display suite but it does not allow disabling that node listing as mentioned below.
http://drupal.org/node/1267862

Any help is appreciated. Thanks.

Regards,
Kit

Comments

marcoka’s picture

is afaik html5 stuff. just run a file search on the folder for the tag and then you will see in what template it is.

ykyuen’s picture

thanks for your reply e-anima. i am new to the omega theme and i couldn't find any template files related to the tag.

or i missed sth? could you elaborate more? thanks very much.

Kit

Ale.bcn’s picture

I'm having the same problem. I've customized the term page with context and Views+Blocks but I cannot get rid of the content. I managed to get rid of content by creating an empty file in template folder called:

region--content.tpl.php

but it would be good to know which .tpl.php is the right one to override term pages

Cheers,

Ale.bcn’s picture

Issue summary: View changes

fix the typo

jonhattan’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Use https://drupal.org/project/taxonomy_display to disable the listing and other goodies.

jo_as_neo’s picture