• Resolved michys80

    (@michys80)


    Hi,
    I’ve just installed your plugin but I can’t understand how to use breadcrumbs.
    Can you help me please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author overclokk

    (@overclokk)

    Hi @michys80,
    for adding breadcrumbs in your theme simply add <?php do_action( 'do_breadcrumbs', array() ); ?> in the files you wants to show the breadcrumbs, for example if you have twentysixteen you can open single.php and add the snippet just after get_header(); ?> and before <div id="primary" class="content-area">.

    Remember that if you do not use Twitter Bootstrap CSS you have to add your style for the breacrumbs.

    You can find more info here.

    Thread Starter michys80

    (@michys80)

    Hi overclokk,
    thank you so much, now it really works!
    Great!

    Plugin Author overclokk

    (@overclokk)

    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I use breadcrumbs?’ is closed to new replies.