Changeset 162338
- Timestamp:
- 10/11/2009 02:24:01 PM (16 years ago)
- File:
-
- 1 edited
-
delink-pages/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
delink-pages/trunk/readme.txt
r162231 r162338 11 11 == Description == 12 12 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.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. 14 14 15 15 == Installation == … … 18 18 2. Put scripty-delinkpage.php in your wp-content/plugins/ directory 19 19 3. 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".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". 21 21 22 22 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.