第一、只在首頁顯示
- <?php if (is_home ()) : ?>
- //顯示內(nèi)容
- <?php endif; ?>
第二、只在內(nèi)容頁顯示
- <?php if (is_single() ) : ?>
- //顯示內(nèi)容
- <?php endif; ?>
第三、只在單頁中顯示
- <?php if (is_paged() ) : ?>
- //顯示內(nèi)容
- <?php endif; ?>
更多相關(guān)文章
WordPress代碼實(shí)現(xiàn)歷史上的今天功能
如何給wordpress欄目鏈接和標(biāo)簽鏈接末尾加上正斜杠 /?
版權(quán)聲明:文章圖片資源來源于網(wǎng)絡(luò),如有侵權(quán),請留言刪除!!!
評論