• Resolved Toni

    (@tools4toni)


    I am using a static home page. I had it in place before I used this theme.
    1). There are 2 Home links in the breadcrumb nav – only on the home page view. They both go to the same place. Home>Home

    2). The name of the Home page displays on the Home page. “Home”

    It seems like the static home page is acting like a regular page, not the index page.

    toni-esl.com

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Alex Kalh

    (@colourstheme)

    Hi friend,

    Thank you for your question!

    To solve this issue:
    1. Please open file:
    ../origamiez/parts/breadcrumb.php

    2. Relace all codes by:
    <?php
    if(1 === (int)get_theme_mod(‘is_display_breadcrumb’, 1) && !is_front_page() ){
    do_action(‘origamiez_print_breadcrumb’);
    }

    3. Save file and upload to your host.

    4. Refresh your site.

    Best regards,
    Alex Kalh

    Thread Starter Toni

    (@tools4toni)

    Great! I will do it. And then I’ll close the thread. Thank you for responding so quickly.
    And for an epic theme.

    Thread Starter Toni

    (@tools4toni)

    Success! So simple. Thanks for the clear instructions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Static home page – 2 home pages in breadcrumb nav’ is closed to new replies.