Adds the ability to easily add and display a sub title/heading on both posts and pages.
Here we go:
subheading folder to the /wp-content/plugins/ directory.<?php if (function_exists('the_subheading')) { the_subheading('<p>', '</p>'); } ?> in your template files where you want it to appear, or enable the Automatically append before the content option on the settings 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.
Requires: 2.8.2 or higher
Compatible up to: 3.0.5
Last Updated: 2010-12-9
Downloads: 13,220




