Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active September 3, 2020 15:10
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 braddalton/b4c33310a5575d8f02b83175c4f0b9e9 to your computer and use it in GitHub Desktop.
Save braddalton/b4c33310a5575d8f02b83175c4f0b9e9 to your computer and use it in GitHub Desktop.
Genesis Breadcrumbs Arguments https://wpsites.net/?p=38651
$this->args = array(
'home' => __( 'Home', 'genesis' ),
'sep' =>
'list_sep' => ', ',
'prefix' => '<div class="breadcrumb">',
'suffix' => '</div>',
'heirarchial_attachments' => true,
'heirarchial_categories' => true,
'labels' => array(
'prefix' => __( 'You are here: ', 'genesis' ),
'author' => __( 'Archives for ', 'genesis' ),
'category' => __( 'Archives for ', 'genesis' ),
'tag' => __( 'Archives for ', 'genesis' ),
'date' => __( 'Archives for ', 'genesis' ),
'search' => __( 'Search for ', 'genesis' ),
'tax' => __( 'Archives for ', 'genesis' ),
'post_type' => __( 'Archives for ', 'genesis' ),
'404' => __( 'Not found: ', 'genesis' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment