asp.net - Kentico: Exclude specific pages from Breadcrumbs -


just simple question on kentico: possible exclude pages rendering cms breadcrumbs?

specifically, our users want homepage not render breadcrumbs i'm trying exclude that.

this kinda tricky. if ensure breadcrumb control has no data can hide via 'hide if no record found' settings.

set condition of breadcrumb web part following macro:

{% if(currentdocument.nodealiaspath == "/homepage"){"1=0"}else{"1=1"} #%}  

obviously, have use node alias path of homepage.

set 'hide if no record found' true.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -