This topic has 1 reply, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #86705
     bluecafe
    Participant

    In webmaster tools I am getting the message that the class entry-title is missing in my page titles.

    I have digged into the code and found out that the titles are generated by a function in
    kleo\lib\theme-functions.php

    around line 374 it says

    $title_data = ”;
    if( $show_title )
    {
    $title_data = ‘<{heading} class=”page-title”>{title}</{heading}>’;
    }

    How can I make it to look like this (adding class entry-title)

    $title_data = ”;
    if( $show_title )
    {
    $title_data = ‘<{heading} class=”page-title entry-title”>{title}</{heading}>’;
    }

    in my child theme?

    This is not a pluggable function. How to proceed here? I have now changed the code in my parent theme. But this is not a permanent solution.
    Thanks for any help on this.

    #86982
     Radu
    Moderator

    Hi,

    Thanks for reporting this issue.

    We are working on this and on next update this will be fixed.

    Sorry for inconvenience.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Google is complaining about missing field entry-title’ is closed to new replies.

Log in with your credentials

Forgot your details?