Quantcast
Channel: 神戸ホームページ制作会社ユニファースの代表ブログ
Viewing all articles
Browse latest Browse all 218

賢威のパンくずナビの文字列をTOPへ変更する関数

$
0
0

//---------------------------------------------------------------------------
//	パンくず
//---------------------------------------------------------------------------
add_filter('keni_breadcrumbs_top_name', 'set_keni_breadcrumbs_top_name', 10, 1);
function set_keni_breadcrumbs_top_name() { return "TOP"; }

 


Viewing all articles
Browse latest Browse all 218

Trending Articles