该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Delink Pages

描述

This plugin will allow you to specify certain pages to not be linked when wp_list_pages() is used in a theme. You might want to do this if you want a header for a series of subpages, but don’t specifically want that header to be a real page itself.

屏幕截图

  • Custom field needed on page that should not have a link

安装

  1. Download plugin archive and expand it
  2. Put scripty-delinkpage.php in your wp-content/plugins/ directory
  3. Activate plugin through the ‘Plugins’ menu in WordPress
  4. To indicate that a page should not be linked when wp_list_pages() is used, edit the page that you do not want linked and create a custom field with a key of “delink” and value of “true” (to have NO link at all) or “href” to change the it to link to #.

常见问题

Please see plugin homepage.

评价

此插件暂无评价。

贡献者及开发者

“Delink Pages” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Delink Pages”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1.1

Bug fix – now checking for random values both before and after href in the a tag with preg_replace

1.1

  • added check for delink to have a value of “href” to leave page linked but only to #

1.0

  • initial release