Okay
  Public Ticket #2933870
Footer breadcrumbs
Closed

Comments

  •  19
    Brian started the conversation

    Hi again,

    Is it possible to add the breadcrumbs to the footer?
    Like this one;

     

    3503995491.png
  •  1,658
  •  19
    Brian replied

    Hi Judith,

    I can't figure out where I would need to add this snippet;
    Can you please help me out?

    <?php
    if ( function_exists('yoast_breadcrumb') ) {
      yoast_breadcrumb( '<p id="breadcrumbs"-->','<p></p>' );
    }
    ?>
    
  •  1,658
    Judith replied

    Hi Brian,

    Since you are adding in the footer, you can paste the code in footer.php at the end of the code in the area shown below:

    9134153262.png

    Thanks.

  •  19
    Brian replied

    Hi Judith,

    Thank you for your info, but this adds it to the left corner of the page.
    I just found the exact location where to put it.

    In the 'main-widgets.php' right after this works perfectly;

    2681406012.png
    <?php nectar_hook_before_footer_widget_area(); ?>
    
  •  1,658
    Judith replied

    Hi Brian,

    Thanks for this workaround, it will surely helps our users.

    Thanks.