• I used this code in a custom content type template. The language version displays a link to the parent page of the default language. Please help.

    <div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
        <?php if(function_exists('bcn_display'))
        {
            bcn_display();
        }?>
    </div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    Are you talking about the “root page” for a post type, or literally a parent post (of the applicable post type) for the current post? If you’re talking about the “root page”, you will need additional code to translate it (extensions exist for WPML and Polylang compatibility). If you are talking about a parent post for the current post, that should automatically translate when using WPML or Polylang.

    Thread Starter ferda2

    (@ferda2)

    Thanks for the answer, John. The structure is: Stories (default page) -> Story (custom content type).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multilingual Web – Navigation hierarchy’ is closed to new replies.