• Hello,

    I activated the plugin; however, it is not being displayed anywhere on my website. Is it necessary to do additional stuff?

    I’m using WordPress 4.6.1 with Enliven Theme.

    Thanks in advance,
    Marcos

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

    (@pickplugins)

    Sorry for late reply.

    Please see there is shortcode you will need to use on your theme header file where you want to display

    
    <?php
    echo do_shortcode( '[breadcrumb]' ); 
    ?>
    

    View post on imgur.com

    sideeq313

    (@sideeq313)

    Hi,
    I have using Breadcrumb plugin for my website. I have placed the code
    <?php
    echo do_shortcode( ‘[breadcrumb]’ );
    ?>

    inside the single page of the custom post type. but it showing Home >> single post type title. not showing the custom post type name.
    for example : my custom post type name is clients and one client name is James. so for clicking the inner page of the client the Breadcrumb showing like Home>>James. I want to display like Home>>Clients>>James.
    Help me for resolving the same.
    Regards

    Plugin Author PickPlugins

    (@pickplugins)

    Hi @sideeq313

    the feature you are looking isn’t available.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumb does not display’ is closed to new replies.