• yorik2008

    (@yorik2008)


    Hello!
    I use WEN Corporate 1.0.7
    I use Breadcrumb NavXT 5.2.2. Embed code to heder.php:

    <div class="breadcrumbs" xmlns:v="https://rdf.data-vocabulary.org/#">
        <?php if(function_exists('bcn_display'))
        {
            bcn_display();
        }?>
    </div>

    before

    <div id="content" class="site-content row">
    ....

    How to make that Breadcrumbs are not displayed on the main page?
    Thanks

Viewing 1 replies (of 1 total)
  • WEN Solutions

    (@wen-solutions)

    You can check the condition for main page i.e. home or front page above the breadcrumb codes. You can take the reference from the below codes:
    <?php if ( !is_home() && ! is_front_page() ) : ?>
    Try this & let us know.
    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Breadcrumb’ is closed to new replies.