• Resolved Schwingi

    (@schwingi)


    Hi there!

    Where can I alter the link to the custom logo? I can only find this line:
    <?php regina_lite_custom_logo(); ?>

    The link leads to “get_site_url” but I need to change it to “get_home_url”.

    Thanks in advance your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @schwingi,

    You can find that code in this file regina-lite/header.php on line 19.
    You can replace there “get_site_url” to “get_home_url”

    Hope this helps!

    Best wishes,
    Mihaela

    Thread Starter Schwingi

    (@schwingi)

    @mplusb

    Thanks for your reply, I did this first, but it changed nothing. So I thought the real link was in <?php regina_lite_custom_logo(); ?> line.

    Any other suggestions?

    Hello @schwingi,

    You can find that function in this file: regina-lite/inc/next-compatible.php
    It starts on line 30 and you can make the changes there, on lines 40,43,45.

    Best wishes,
    Mihaela

    Thread Starter Schwingi

    (@schwingi)

    YES!!

    Thanks @mplusb , that was exactly what I was looking for. Did the job!

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom logo Link’ is closed to new replies.