channel:title
parameter instructs Publisher to fetch the proper translations for the links in each tag. It is highly recommended to also use the entry_id
parameter. When used, the entry_id
parameter will instruct Publisher to be much more performant than without using entry_id
. rename_home
parameter to the {exp:structure:breadcrumb}
tag in order for it to work properly due to a bug in Structure.start_from
parameter will work just as you expect it to when using translated URLs. For example start_from=”{segment_1}”
. However, for the cases in which you need to start the navigation from a page other than the page the user is currently on you will need to use {page_uri:XX}
, where XX is the entry ID of the page you want the navigation to start from. Normal segment variables or string values will not work in this case because Publisher does not know the translated value or depth of the URL of page you are requesting the navigation to start from. The parameter will end up as start_from=”{page_uri:123}”
.