drupal breadcrumb not showing for content item -


i have drupal application not have/need menu items within it. using taxonomy submenu module navigate through contents. have content structured follows.

taxonomy->terms->subterms->subterms->...->content

on homepage list first level terms using taxonomy submenu module, clicking on main menu populate submenus , towards end show particular content.

each time when reach on sub term breadcrumb populating , showing correctly, when reach in content not show breadcrumb.

summary: http://localhost/mydrupapp/taxonomy/term/134 showing breadcrumb , http://localhost/mydrupapp/node/29 not showing breadcrumb. fact content 29 created under term 134. point note site not have or need menu items.

i want display breadcrumb content pages based on taxonomy of particular content. if content 'hello world' added under taxonomy term 'general' when view page 'hello world' need breadcrumb 'home->general->hello world'

thanks in advance !!!

try use taxonomy breadcrumb module , see if works. site worked, without it, wasn't correctly showing path.


Comments