Hack "Tagline for Blog Posts"

Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1383
    patrixmtl
    Member

    Hello. Sorry for my english.

    I don’t like the “Tagline for Blog Posts” option. It’s static and for my website, I have 1700 blog post with the same header. Sad.

    Can I replace the default “Tagline” by my post title?
    I tried to put <?php single_post_title(); ?> on the option panel but it’s not functional (of curse).

    Thanks,
    Yannick

    #1396
    livemesh
    Keymaster

    I fully understand what you are saying and I thought long and hard about this, I was forced to move the title to the blog content area due to SEO advantages. My research suggested that Google seemed to like it better when the posts were in the hatom format – http://microformats.org/wiki/hatom. The entry title had to be within the hentry to make each post conform to this microformat making it easier for search engines to parse and make sense out of post details like title, summary, thumbnail etc.

    You can change the tagline for each post by having a custom field named mo_blog-tagline entered as shown below –

    https://docs.google.com/file/d/0B9j6FQo4cSQFZmgwSDJfT1pid3c/edit?usp=drivesdk

    If you want the post title to display post title instead of the tagline, there is some discussion here (will lead to creation of two headings with entry title, h1 in content area and h2 in the top title area – again not sure SEO gurus like this) –

    https://www.livemeshthemes.com/support/forums/topic/change-the-title-of-the-blog-post/

    Let me know if you have better ideas and I can help.

    #1431
    livemesh
    Keymaster

    Also – if you really do not need that top title bar, you can just “remove” it by inserting the following CSS into Custom CSS tab in options panel –

    .single-post #title-area { display: none; }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.