Support » Theme: Highwind » 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

    (@jameskoster)

    This isn’t something that the theme should be handling. There are LOTS of subtitles plugins. I’d try some of those 🙂

    Thread Starter Asakasan

    (@asakasan)

    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

    (@permaculturetreegeek)

    Use this: 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.