• nalimseffirg

    (@nalimseffirg)


    I just set up my site (flightfromperfection.com), and I am trying to set up a basic architecture.

    How can I change the destination of the tagline link? It currently returns to the homepage, I would like to send it to a list of all categories.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • mrmccarrin

    (@mrmccarrin)

    It looks like it is in your header. Go to Appearance ->Editor and select header from the right hand column.

    Do a control f to find this code:

    <div class="site-tagline">
    <a href="https://flightfromperfection.com">Premise – the end product is irrelevant</a>
    </div>

    and change the link to whatever you would like.

    Hope this helps!

    Megan

    Thread Starter nalimseffirg

    (@nalimseffirg)

    Thanks for your reply! Unfortunately, I did not find that code in the “header” section.

    That section looks like this:

    <?php builder_add_doctype(); ?>
    
    <?php builder_add_html_tag(); ?>
    
    <head>
    
    <?php builder_add_charset(); ?>
    
    <?php builder_add_title(); ?>
    
    <?php builder_add_favicon(); ?>
    
    <?php builder_add_stylesheets(); ?>
    
    <?php builder_add_scripts(); ?>
    
    <?php builder_add_meta_data(); ?>
    
    <?php wp_head(); //we need this for plugins ?>
    
    </head>

    I poked around the other sections, but didn’t see that code. Any thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the tagline link’ is closed to new replies.