About the custom-fields-permalink
Sunday, October 26th, 2008What’s this
- This plugin enable to make a permalink from custom field’s value.
Requirements
- WordPress 2.6
Installation
- Download archive from download page.
- Upload the Custom Fields Permalink plugin to your blog.
- Save a custom permalink structure again after this plugin is enabled.
License
MIT License
Custom permalink tags
- %cfp_a_customfield_name%
- %cfp_a_customfield_name_or_page_id%
- %cfp_a_customfield_name_or_pagename%
- “a_customfield_name” can be replaced with an arbitrary field name.
Examples
When a specification is as follows. - /%cfp_a_customfield_name% a entry has custom fields named "a_customfield_name": => /a_value_of_customfield (a value of "a_customfield_name") a entry has not custom fields named "a_customfield_name": => error! When a specification is as follows. - /%cfp_a_customfield_name_or_page_id% a entry has custom fields named "a_customfield_name": => /a_value_of_customfield (a value of "a_customfield_name") a entry has not custom fields named "a_customfield_name": => /1 (page_id) When a specification is as follows - /%cfp_a_customfield_name_or_pagename% a entry has custom fields named "a_customfield_name": => /a_value_of_customfield (a value of "a_customfield_name") a entry has not custom fields named "a_customfield_name": => /as_page_title (pagename)

