Hi.
I was wondering if there is any basic plugin that allow a post to have a title, then a sub title and then the content? Like give it a little description or byline?
Thanks.
Hi.
I was wondering if there is any basic plugin that allow a post to have a title, then a sub title and then the content? Like give it a little description or byline?
Thanks.
You can use the excerpt field below the textarea in the dashboard and then call that into the post where you want:
<?php the_excerpt() ?>
Though this will have to be added into the theme files as opposed to the actual post.
I'd go with a custom div in the content area, and having custom quicktags to insert it (since I never use the wysiwyg thing) + styling it, of course.
This topic has been closed to new replies.