How to format text on posts page
-
Hi … recently installed WP Subtitle and like it. I have a custom home page using WooThemes Canvas and was able to insert & format the subtitle using
<?php the_subtitle(); ?>
and wrapping it in <span> tags. However, the plugin automatically inserts the subtitle to the single posts. It appears to take the same formatting as the_title, but reduces the size. I would like to change the font and line spacing of the subtitle on my single posts. What is the best way to do that? I can insert and format <?php the_subtitle(); ?> into the single-post theme file, but I duplicate the subtitle in the post.
Thank you.
- The topic ‘How to format text on posts page’ is closed to new replies.