Beskriuwing
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.
Skermôfbyldings
Ynstallaasje
- Download plugin archive and expand it
- Put scripty-delinkpage.php in your wp-content/plugins/ directory
- Activate plugin through the ‘Plugins’ menu in WordPress
- 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 #.
FAQ
Please see plugin homepage.
Resinsjes
D’r binne gjin resinsjes foar dizze plugin.
Meiwurkers & amp; Untwikkelders
“Delink Pages” is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.
MeiwurkersOersette “Delink Pages” yn jo taal.
Ynteressearre yn ûntwikkeling?
Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .
Feroaringslog
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