亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

wordpress 主題怎么添加面包屑導航

wordpress 主題怎么添加面包屑導航

不負相思意 2019-03-27 16:17:05
wordpress 主題怎么添加面包屑導航
查看完整描述

4 回答

?
陪伴而非守候

TA貢獻1757條經驗 獲得超8個贊


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

<div class="mbx-dh"> 

<a href="<?php bloginfo(‘url’); ?>"><?php bloginfo(‘name’); ?></a> &raquo; 

<?php 

if( is_single() ){ 

$categorys = get_the_category(); 

$category = $categorys[0]; 

echo( get_category_parents($category->term_id,true,’ &raquo; ‘) ); 

the_title(); 

} elseif ( is_page() ){ 

the_title(); 

} elseif ( is_category() ){ 

single_cat_title(); 

} elseif ( is_tag() ){ 

single_tag_title(); 

} elseif ( is_day() ){ 

the_time(‘Y年Fj日’); 

} elseif ( is_month() ){ 

the_time(‘Y年F’); 

} elseif ( is_year() ){ 

the_time(‘Y年’); 

} elseif ( is_search() ){ 

echo $s.’ 的搜索結果’; 

?> 

</div>


 


查看完整回答
反對 回復 2019-03-29
  • 4 回答
  • 0 關注
  • 1756 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號