• Hi there,

    I am trying to use a breadcrumb plugin with Hueman, but it isn’t showing. I’m currently using the Breadcrumb NavXT plugin.

    Is anyone else having success with this plugin? Also, do you recommend a different plugin?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    According to your plugin’s documentation.
    You need to either create a child theme and add in plugin function to template or use the plugin’s widget.

    https://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/

    Please contact plugin’s support if you require more information.

    Thank you

    Hi tseev22,

    I’m using Yoast SEO using the following custom page-title.php.

    <?php if ( ! hu_is_home_empty() ) : ?>
    	<div class="page-title pad group">
    		<div class="your-breadcrumb-class">
    			<?php if ( function_exists('yoast_breadcrumb') ) {
    				yoast_breadcrumb('<p id="breadcrumbs">','</p>');
    				}
    			?>
    		</div>
    	</div><!--/.page-title-->
    <?php endif; ?>

    Take care.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What breadcrumb plugin to use?’ is closed to new replies.