在function dimox_breadcrumbs() 这个函数里面
elseif ( is_single() ) {
$cat = get_the_category(); $cat = $cat[0];
echo get_category_parents($cat, TRUE, ' ' . $delimiter . ' ');
echo $currentBefore;
the_title();
echo $currentAfter;
如上,请问在当前文章页里面,当鼠标划过文章所属分类的时候,显示分类的title,请问如何修改?
心有法竹
RISEBY