• Hello,

    I’m having trouble with the follwoing task:

    When clicking the site title in the header, it links to the homepage as usually.
    Now I have a special ocasion where I want to link the site title to a custom url.

    How do i manage that? My Idea was to create a function in my child theme’s functions.php, but can’t figure out what the code should look like.

    Thanks in advance,
    Christoph

Viewing 6 replies - 1 through 6 (of 6 total)
  • @chriseymi hello

    I can say for sure this is not possible from the theme options, there is no such option in the theme to make such changes, you need to customize your theme, the file you need is a header.php

    Thread Starter chriseymi

    (@chriseymi)

    Hi @nodarik,

    Thanks for your response.
    I know that there is no theme option. However, in the header.php file of the theme there is no link to replace, threre is no link, only the fowwloing code redording the site title:

    https://www.dropbox.com/s/ffhepihmdzf51sd/Unbenannt.png?dl=0

    I already created a child theme which works fine, i just don’t know how to acess the url.

    Does anybody have an idea how this could work?

    Thanks,
    Christoph

    I saw your ticket about the same question in the support board,
    Dear Christoph this is where customization of the template begins, if you are not familiar with programming then you definitely need someone else who can help

    p.s. there is a function shapely_get_header_logo() on your screenshot you need to modify

    Thread Starter chriseymi

    (@chriseymi)

    Hi @nodarik

    Sry for the typing mistakes in my previous post.

    Yes I have basic programming skills, and already got pretty far regarding the customization of the theme.

    I have already searched for the function with no luck. You don‘t happen to know where the code for the function is located? My functions.php does not contain a function with this name..

    Thanks,
    Christoph

    Thread Starter chriseymi

    (@chriseymi)

    Hallo,

    I managed to solve my issue as described here.

    Thanks for your help,
    Christoph

    @chriseymi thank you for sharing link 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Site Title Link’ is closed to new replies.