
Subtitle
Displays subtitle text field after the title in post, page and other post type edit page.


Overview
Compatibility
Installation instructions
Customer support & learning resources
Main benefits
Displays subtitle text field
Customizable label for field
Hide field in post types
Retrieve and display subtitles
About this plugin
Author: ShinichiN
Categories: Design and Customization
Version: 0.1
Last updated: 01-05-2013
WordPress version: 3.5.1
Tested up to: 3.5.2
PHP version required: false
Languages:
Tags:
Learning resources: View resources
Overview
This WordPress plugin introduces a subtitle text field that appears after the title in the edit pages for posts, pages, and other custom post types. Providing a convenient way to include and display subtitles, the plugin enables users to retrieve subtitles using the `get_nskw_subtitle()` function and display them with the `nskw_subtitle()` function. The default label for the subtitle input field is "Subtitle," but users can customize this label via a provided filter hook. Additionally, the plugin offers flexibility in managing subtitle visibility by allowing users to hide the subtitle field for specific post types using a designated filter. This tool enhances content creation by providing an extra layer of textual detailing.
Displays subtitle text field
- Adds a subtitle text field after the title in post, page, and other post type edit pages.
- Enhances content organization by allowing an additional layer of text.
Retrieving and displaying subtitles
- Use get_nskw_subtitle() to retrieve the subtitle.
- Use nskw_subtitle() to display the subtitle in templates.
Customizable label
- The default label of the input field is 'Subtitle'.
- A hook is available to change the label to a custom value.
Hide subtitle in specific post types
- By default, the subtitle field appears in every post type edit page except for attachments.
- A hook is available to hide the subtitle field in specific post type pages.