九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
typecho導(dǎo)航欄調(diào)用分類(lèi)目錄

typecho的默認(rèn)主題導(dǎo)航菜單部分調(diào)用的是獨(dú)立頁(yè)面,而我們搭建網(wǎng)站一般是把分類(lèi)目錄顯示在導(dǎo)航欄,或者把分類(lèi)目錄和獨(dú)立頁(yè)面一起顯示在導(dǎo)航欄,這樣便于訪客瀏覽網(wǎng)站目錄。下面博客吧分享typecho分類(lèi)目錄顯示在導(dǎo)航欄的代碼。

只顯示分類(lèi)目錄

在主題的header.php文件中找到代碼:

1234
<?php $this->widget('Widget_Contents_Page_List')->to($pages); ?><?php while($pages->next()): ?><a<?php if($this->is('page', $pages->slug)): ?> class="current"<?php endif; ?> href="<?php $pages->permalink(); ?>" title="<?php $pages->title(); ?>"><?php $pages->title(); ?></a><?php endwhile; ?>

修改為以下代碼:

1234
<?php $this->widget('Widget_Metas_Category_List')->to($category); ?><?php while($category->next()): ?><li><a<?php if($this->is('category', $category->slug)): ?> class="current"<?php endif; ?> href="<?php $category->permalink(); ?>" title="<?php $category->name(); ?>"><?php $category->name(); ?></a></li><?php endwhile; }?>

分類(lèi)目錄和獨(dú)立頁(yè)面都顯示

在主題的header.php文件中找到代碼:

1234
<?php $this->widget('Widget_Contents_Page_List')->to($pages); ?><?php while($pages->next()): ?><a<?php if($this->is('page', $pages->slug)): ?> class="current"<?php endif; ?> href="<?php $pages->permalink(); ?>" title="<?php $pages->title(); ?>"><?php $pages->title(); ?></a><?php endwhile; ?>

在該代碼上面添加代碼:

1234
<?php $this->widget('Widget_Metas_Category_List')->to($category); ?><?php while($category->next()): ?><li><a<?php if($this->is('category', $category->slug)): ?> class="current"<?php endif; ?> href="<?php $category->permalink(); ?>" title="<?php $category->name(); ?>"><?php $category->name(); ?></a></li><?php endwhile; }?>



本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
wordpress指定文章列表后添加廣告
如何使WordPress博客添加多個(gè)sidebar側(cè)邊欄
站外以HTML的形式調(diào)用wordpress文章
WordPress 讓主題支持Widget(側(cè)邊欄小工具)功能
程序
PHP中冒號(hào)、endif、endwhile、endfor這些都是什么
更多類(lèi)似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服