Tagged: breadcrumb, functions, not working, shortcode
Hi,
I have this code in my functions.php file from your documentation:
//-------------------------------
// Add Enfold Breadcrumb via shortcode
// [av_breadcrumbs]
//-------------------------------
function av_breadcrumbs_shortcode( $atts ) {
return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
}
add_shortcode( 'bread_crumb', 'av_breadcrumbs_shortcode' );
When I insert that shortcode to pull through the breadcrumb, it does not display.
Please could you kindly assist.
Thank you.
Hi,
Sorry. You can close this thread for now.
Thanks.