Title: Add subtitle
Last modified: August 21, 2016

---

# Add subtitle

 *  [Asakasan](https://wordpress.org/support/users/asakasan/)
 * (@asakasan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-subtitle/)
 * Hi there, i was wondering if it’s possible to add post subtitles for this theme.
 * I tried by using subtitle plugins, but they’re not working with WP 3.6, so I 
   think i must add some code.
 * Can you help me?
 * Thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-subtitle/#post-4038260)
 * This isn’t something that the theme should be handling. There are [LOTS](http://wordpress.org/plugins/tags/subtitle)
   of subtitles plugins. I’d try some of those 🙂
 *  Thread Starter [Asakasan](https://wordpress.org/support/users/asakasan/)
 * (@asakasan)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-subtitle/#post-4038269)
 * I tried most of them a week ago 😉
 * But none of them seem to work, maybe because they’re not updated, i don’t know.
 *  [AJ](https://wordpress.org/support/users/permaculturetreegeek/)
 * (@permaculturetreegeek)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/add-subtitle/#post-4038307)
 * Use this: [http://wordpress.org/plugins/wp-subtitle/](http://wordpress.org/plugins/wp-subtitle/)
 * Open: Content.php (This is for posts. Even better is to add it to your child-
   theme.)
 * Find (two occurrences):
    `<h1 class="post-title" data-text="<?php the_title();?
   >"><?php the_title(); ?></h1>`
 * Add after it:
    `<h6 class="sub-title"> <?php the_subtitle(); ?> </h6>`
 * Do the same in: content-page.php (This is for pages. Also add it to your child
   theme.)
 * Now edit your pages and posts and fill in the sub-title box.
 * Cheers

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Add subtitle’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/highwind/1.2.7/screenshot.png)
 * Highwind
 * [Support Threads](https://wordpress.org/support/theme/highwind/)
 * [Active Topics](https://wordpress.org/support/theme/highwind/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/highwind/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/highwind/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [AJ](https://wordpress.org/support/users/permaculturetreegeek/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/add-subtitle/#post-4038307)
 * Status: not resolved