Change image link in Site Icon

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #18974
    ryuseirecca
    Member

    Hello, where I can change image link in Site Icon? FYI, I created a multisite and I want link in Site Logo is set to parent site (the default is to home the site itself).

    #18975
    ryuseirecca
    Member

    My site is sub.kanaan.sch.id. So if I access from sub.kanaan.sch.id/jakarta and I click the logo, I want it to direct me to sub.kanaan.sch.id not to Jakarta’s Home

    #18979
    Veena
    Moderator

    Pls modify file framework/functions/header-title-area.php line no:11 from

    $output = '<' . $heading_tag . ' id="site-logo">';
    

    to

    $output = '<' . $heading_tag . ' id="site-logo">';
    
    #19006
    ryuseirecca
    Member

    Ho, it’s work!!!
    At first, I edited the output to

    
    $output = '<'.$heading_tag.' id="site-logo"><a href=""sub.kanaan.sch.id"" title=""'.$blog_name.'"" rel=""home"">';
    

    but the result was (from site Jakarta) “sub.kanaan.sch.id/jakarta/sub.kanaan.sch.id”. Was it because $blog_name?

    #19033
    Veena
    Moderator

    Your code should be like this –

    $output = '< ' . $heading_tag . ' id="site-logo">';
    
    

    Can you explain what issue you are facing now?

    #19050
    ryuseirecca
    Member

    [quote quote=19033]Your code should be like this –

    <!– Crayon Syntax Highlighter v2.7.1 –>
    <link rel=”stylesheet” type=”text/css” href=”http://support.livemeshthemes.com/wp-content/plugins/crayon-syntax-highlighter/themes/classic/classic.css”&gt;
    <link rel=”stylesheet” type=”text/css” href=”http://support.livemeshthemes.com/wp-content/plugins/crayon-syntax-highlighter/fonts/monaco.css”&gt;

    <!– [Format Time: 0.0008 seconds] –>

    Can you explain what issue you are facing now?

    [/quote]
    Nothing about site logo, just asking what mistake I made at first, I edited like that + $blog_name so the output was sub.kanaan.sch.jakarta/sub.kanaan.sch.id. Was it because I included $blog_name?

    #19084
    Veena
    Moderator

    `
    Yes you are right , blogname was getting concatenated with the actual url.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.