Change 'Go back to the front page' text in header image

  • rodeboy

    #9063

    Is there any easy way of changing this wording so that a more SEO friendly text can be used using targeted keywords?

    Thanks,

    Chris

    Mod

    Kenneth John Odle

    #42689

    Probably with a child theme, and then a custom header.php file, maybe?

    Change line 69:

    $header_img_tag = '<a href="' . apply_filters( 'graphene_header_link' , home_url() ) . '" id="header_img_link" title="' . esc_attr__( 'Go back to the front page', 'graphene' ) . '">';

    There may be a cleaner way to do this with a custom filter, though.

    rodeboy

    #42690

    Got it! Thanks Kenneth.

    Chris

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

  • You must be logged in to reply to this topic.