=== SubHeading === Contributors: stvwhtly Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MTEDNQFNQVYLS Tags: sub, heading, title, admin, template, page, post, byline, rss, custom, h2, headline, intro, text Requires at least: 3.1 Tested up to: 3.1.4 Stable tag: 1.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds the ability to easily add and display a sub title/heading on any public post type. == Description == This plugin uses a custom field to allow sub titles/headings to be added to any post type, including pages, posts and any public custom post type. The custom subheading field is re-positioned so it is directly below the main title when editing. Updates to your theme templates may be required in order for you to output the subheading values, please refer to the Installation instructions. By default subheadings are also appended to RSS feeds and the admin edit post/page lists, these options and more can be modified via the settings page. == Installation == Here we go: 1. Upload the `subheading` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Place `', '
'); } ?>` in your template files where you want it to appear, or enable the `Automatically append before the content` option on the settings page. 4. Add the subheading content using the standard WordPress edit page. The settings for this plugin are found by navigating to the `Plugins` menu and selecting `SubHeading`. If you are not within `the_loop`, you can use `get_the_subheading($postID);` to fetch the value for a particular page or post. == Frequently Asked Questions == = How do I enable subheadings on posts and custom post types? = By default subheadings are only enabled for pages, you can enable them for posts or any public custom post type via the `Settings > Reading` page. Just check the box that says `Enable on Posts.` or the required post type. = What custom field name does it use? = The field name used is `_subheading`, the underscore prefix prevents it from being displayed in the list of custom fields. = How can I append the subheading to my RSS feed? = Check the RSS option on the settings page `Plugins > SubHeading > Append to RSS feeds`. = What if I want to include shortcodes in my subheading? = Check the apply shortcode filters option on the settings page `Plugins > SubHeading > Apply shortcode filters`. This will apply any existing shortcode filters to the subheading value you have set. = How can I prevent the subheading input moving to the top of the edit page? = Some plugins will hide the element containing the post title, which is this element that the subheading input is appended to. You can prevent the repositioning of the input via the options page. = What are the `Before` and `After` inputs used for? = If you are using the option to automatically wrap the SubHeading content, you can include custom content before and after the subheading is displayed. For example, setting Before to `