Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Delink Pages

Popis

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.

Snímky obrazovky

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

Instalace

  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 #.

Nejčastější dotazy

Please see plugin homepage.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Delink Pages je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “Delink Pages” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

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