Plugin Directory

Changeset 162338


Ignore:
Timestamp:
10/11/2009 02:24:01 PM (16 years ago)
Author:
scripty
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • delink-pages/trunk/readme.txt

    r162231 r162338  
    1111== Description ==
    1212
    13 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.
     13This 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.
    1414
    1515== Installation ==
     
    18182. Put scripty-delinkpage.php in your wp-content/plugins/ directory
    19193. Activate plugin through the 'Plugins' menu in WordPress
    20 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".
     204. 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".
    2121
    2222== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.