• Resolved xprt007

    (@xprt007)


    Hi there

    Which template is used by default by Mesocolumn in page-templates folder or in case you want to use breadcrumbs, some plugins ask you to place some code in page template, example of such code

    <?php if(function_exists('dp_breadcrumb')){echo dp_breadcrumb();} ?> or code from other plugins.

    Where in the template should one place this code? It’s because a number of breadcrumbs plugins do not seem to work, but this could be because I am placing them in a wrong location.

    Also, suppose I am using a child template, can I place this code in a script in /themes/mesocolumn-child/page-templates ?

    Thank you in advance & regards

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    the theme already had breadcrumbs built in. if you want to use your own breadcrumbs code, disable the builtin breadcrumb in theme option and add the code in most bottom of header.php after

    <?php do_action( 'bp_after_breadcrumbs' ); ?>
    == add your code here ==

Viewing 1 replies (of 1 total)
  • The topic ‘In which template to place breadcrumbs code?’ is closed to new replies.