Mod To Plugin
-
Great Plugin – Found it really, really useful (or my clients will). I would like to suggest a feature inclusion, to be able to change the description of a custom post – this makes it really hand for clients to edit the options on their archive pages where I include a description taken from the ‘description’ label from the custom post setup. I’ve even included the code I used to adapt it:
$labels['description']['name'] = __( 'Post Type Description:', 'cpt-editor' ); $labels['description']['description'] = __('The text used to describe the post type.', 'cpt-editor' );
I simply slotted it under the other $labels parts on the main file.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mod To Plugin’ is closed to new replies.