删除wordpress父链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除wordpress父链接相关的知识,希望对你有一定的参考价值。
If you have your wordpress subpages organized by parent pages... and you dont want the parent pages "clickable" this will fix you right up...
// Place this section in your functions.php <?php function removeParentLinks() { $pages = wp_list_pages('echo=0&title_li='); $count = 0; foreach($pages as $page) { } } $pages[$count] = $page; $count++; } echo $pages; } ?> // Now just replace your wp_list_pages(); function with removeParentLinks(); //and away you go.
以上是关于删除wordpress父链接的主要内容,如果未能解决你的问题,请参考以下文章
用于 WordPress 的 PHP 片段,用于获取所有产品子类别
markdown 链接,片段,提醒,收集点作为重新访问WordPress插件开发期间的笔记#WordPress #Plugin #PHP #Refere
PHP Wordpress - 删除更新唠叨和版本给所有人,但管理员(2个片段)