Before you ask please READ THIS

Blog subtitle not showing

edited January 2014 in Beach Please Posts: 2
Hi,

First of all I love the theme and happy with my purchase!

I have a small issue with the blog page. I have set a subtitle in the page details but it is not showing. All other pages and their subtitles are showing, what am I doing wrong?

Thanks for your help!

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Thanks for kind words.
    Indeed it doesn't work. We will fix it in next version.

    If you need it know, try such changes:
    home.php line ~11, change:
    <?php a13_blog_info_bar() ?>
    to
            <?php a13_blog_info_bar() ?>
            <?php echo a13_subtitle(); ?>
    advance/utilities.php line ~219, change:
    $s = get_post_meta(get_the_ID(), '_subtitle', true);
    to
    get_post_meta(is_home()? get_option('page_for_posts') : get_the_ID(), '_subtitle', true);
    With regards.
  • Great, thanks for helping me out. Looking forward to the update as well.

    Have a nice day.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!