WordPress用パンくずプラグインを導入 – Breadcrumb Navigation XT

4月 13, 2007 · Posted in Wordpress 

Breadcrumb いわゆるパンくず機能が欲しいな〜と思いたどり着いたのが
Breadcrumb Navigation XT
ひとまず満足行く結果は得られました。

インストール方法

インストールは簡単で、上記ページよりダウンロードしたプラグインを wp-content/plugins/ フォルダへアップロードし、管理画面からプラグインを有効化するだけだ。
これで、パンくず機能は使えるようになるので、あとはその表示をするための設定を使用しているテーマにあわせて行うことになる。

表示方法など

自分の使用しているテーマでは、 header.php に設定。
Breadcrumb Navigation XTは、パンくずの表示を行うのに色々とオプションの設定ができるのが便利な点なのだが、デフォルトの設定が個人的には余計な設定になっているため、コード上は余計に記述をしなければいけないのが難点ではありました。

余計だな〜と思うところは、パーマリンクやカテゴリーの一覧などを表示する際に、パンくずの Prefixとしてそれぞれ、「Blog article:」「Archive by category '」が設定されているためパンくずの表示として、

Home > Blog article: WordPress用パンくずプラグイン - Breadcrumb Navigation XT

のように表示される。この Blog article: って邪魔じゃね?と思うわけである。
ただ、これらの表示はオプションとして設定することで、変更することが出来るので機能としてはとてもよくできているプラグインという印象だった。

このブログでの設定は次のような内容で行った。

  • パンくずの一番頭の表示テキストを Home に変更(title_blog)
  • パンくずとパンくずの間にはいる文字を > に変更(separator)
  • 個別エントリーを表示する際にパンくずに現れる「Blog article: 」を消す(singleblogpost_prefix)
  • 同じく日付・カテゴリー・タグの一覧を表示する際にパンくずに現れる余計なテキストを消す(archive_category_prefix, archive_date_prefix)
  • カテゴリー一覧を表示する際にパンくずの最後に表示される ' はいらない(archive_category_suffix)
  • パンくずの最後の要素もリンクさせる(link_current_item)
  • 個別エントリーを表示する際に、カテゴリーに属するエントリーのように表示させる(singleblogpost_category_display)

    Home > WordPress用パンくずプラグイン
    がデフォルトの表示だが、これを
    Home > WordPress > WordPress用パンくずプラグイン
    のように、カテゴリーにぶら下がるエントリーとして表示させる。

    これでよりパンくずらしくなった。

以下、ソースコード。

<div class="breadCrumbs"<>
<?php
if (class_exists('breadcrumb_navigation_xt')) {
// Display a prefix
//echo 'Navigation: ';
// new breadcrumb object
$mybreadcrumb = new breadcrumb_navigation_xt;

// Apply options
$mybreadcrumb->opt['title_blog'] = 'Home';
$mybreadcrumb->opt['separator'] = ' &gt; ';

$mybreadcrumb->opt['singleblogpost_prefix'] = '';
$mybreadcrumb->opt['archive_category_prefix'] = '';
$mybreadcrumb->opt['archive_date_prefix'] = '';
$mybreadcrumb->opt['link_current_item'] = true;
$mybreadcrumb->opt['archive_category_suffix'] = '';
$mybreadcrumb->opt['tag_page_prefix'] = '';
$mybreadcrumb->opt['singleblogpost_category_display'] = true;
//$mybreadcrumb->opt[''] = '';


// Display the breadcrumb
$mybreadcrumb->display();
}
?>
</div>

また、自分はタグ機能の実装に UltimateTagWarrior を使用している。
Breadcrumb Navigation XT でタグの表示もパンくず化させるためには、Breadcrumb Navigation XTに手を加える必要があった(デフォルトで Simple Tagging Pluginに対応しているようだったのだが、すでに UltimateTagWarrior 入れちゃってたので、また違うタグ機能入れるの面度かったので、、、)

168行目あたり、

//elseif (class_exists('UltimateTagWarriorCore')) {
//elseif (class_exists('SimpleTagging')) {
    //if ( STP_IsTagView() )                    $swg_type = 'tag';
    elseif ( is_tag() )                     $swg_type = 'tag';
//}

のように。class_exists(‘UltimateTagWarriorCore’) の判別入った方がいいのかな〜と思ったのだけどなんだかうまく表示されなかったので(PHPなどの環境の問題か?)上記に変更。

そして、345行目あたり

$result_array['last']['title'] = STP_GetCurrentTagSet();
を
$result_array['last']['title'] = UTW_GetCurrentTagSet("simplelist");

とする。

後どっか変更した記憶があるのだけど、忘れてしまいました。すいません。


Comments

9 Responses to “WordPress用パンくずプラグインを導入 – Breadcrumb Navigation XT”

  1. Hasimu on 12月 14th, 2009 16時34分25秒

    試しにそのまま利用させてもらいました。
    それだけでも私の希望にかなり近い(日本の標準な感覚)デザインになりました。
    ありがとうございました!

  2. Alannah on 7月 8th, 2014 4時41分22秒

    It’s hard to find your articles in google.
    I found it on 22 spot, you should build quality backlinks , it will
    help you to get more visitors. I know how to help you, just search
    in google – k2 seo tricks

  3. Shawnee on 9月 1st, 2014 18時22分08秒

    I read a lot of interesting content here. Probably you spend
    a lot of time writing, i know how to save you a lot of work, there is
    an online tool that creates readable, google friendly articles in seconds, just search in google – laranitas free content source

  4. Kraig on 9月 24th, 2014 13時08分26秒

    I read a lot of interesting content here. Probably you spend a lot of
    time writing, i know how to save you a lot of work, there is an online tool that creates unique, google friendly posts in minutes, just type in google
    – laranitas free content source

  5. ツールズ(株)]【TC】【TN】 on 8月 23rd, 2015 10時38分58秒

    rst Magi

  6. Graphic Deca

  7. njago 16 inch

  8. ル オーエスジー(株)] on 8月 23rd, 2015 10時39分48秒

    tuffed Bugs Bunny

  9. LQFUHIOSTCOGD on 9月 10th, 2018 11時06分11秒

    Hi there, You have done an incredible job. I will definitely digg it and individually suggest to my friends. I am confident they will be benefited from this website.

Leave a Reply