Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #668053
    #668060

    Hey ouranos3!

    Please change the code to following one

    add_filter('avf_logo_headline','avia_new_logo_span');
    function avia_new_logo_span(){
    if(is_home()){
    $output = "h1";
    }
    return $output; 
    }

    Regards,
    Yigit

    #668094

    Thanks Yigit !

    #668096

    Hi!

    You are welcome! Let us know if you have any other questions or issues.

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Put H1 tag on logo only on Home Page’ is closed to new replies.