Skip to content

Instantly share code, notes, and snippets.

@niao70
Last active January 2, 2016 14:29
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 niao70/8317074 to your computer and use it in GitHub Desktop.
Save niao70/8317074 to your computer and use it in GitHub Desktop.
WordPressのパンくずリストプラグイン「Breadcrumb Trail」のカスタマイズ
<?php
breadcrumb_trail(
array(
'separator' => '&raquo;',//区切りの記号
'show_browse' => false,//Browse: を非表示に
'labels' => array(
'home' => __( 'ホーム', 'breadcrumb-trail' ),//Homeを日本語で
),
)
);
?>
@niao70
Copy link
Author

niao70 commented Jan 8, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment