Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colegeissinger/f71341c3b41460688081 to your computer and use it in GitHub Desktop.
Save colegeissinger/f71341c3b41460688081 to your computer and use it in GitHub Desktop.
Modify Breadcrumbs in Canvas EG 04
$defaults = array(
'separator' =>; '>;',
'before' =>; '<span class="breadcrumb-title">' . esc_html__( 'You are here:', 'woothemes' ) . '</span>',
'after' =>; false,
'front_page' =>; true,
'show_home' =>; esc_html__( 'Home', 'woothemes' ),
'echo' =>; true,
'show_posts_page' =>; true
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment