php - Breadcrumbs in Fishpig Magento/Wordpress -


i have fishpig/wordpress installation on magento site. works nicely apart when @ child category page. example if visit:

http://www.kitronik.co.uk/blog/resources/ click on category eg e-textiles: http://www.kitronik.co.uk/blog/resources/e-textiles-tutorials-resources/

you see there no longer breadcrumbs. can't see why there wouldn't page?

from looking @ site can see have custom going on breadcrumbs. on resources category, default, magento wordpress integration extension insert 'blog' breadcrumb between home page , resources breadcrumb items.

as sub-category, breadcrumbs pretty missing (other home item).

my recommendation check page/html/breadcrumbs.phtml. if file present in custom theme, trying renaming breadcrumbs.phtml.old. allow original breadcrumbs.phtml file used base/default. if resolves problem, know custom code in breadcrumbs.phtml problem.

alternatively, have magento seo extension installed modifies breadcrumbs? if so, try disabling temporarily , seeing whether resolves problem.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -