• Resolved GICespjs

    (@gicespjs)


    Hi

    I would like to make my site description “Agrupamento de Escolas Poeta Joaquim Serra” a clickable link to another website.
    Can you please help me?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • edit header.php in your child theme;

    find:
    <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>

    for example, change to:
    <h2 id="site-description"><a href="http://whereeverlink.com"><?php bloginfo( 'description' ); ?></a></h2>

    Thread Starter GICespjs

    (@gicespjs)

    Thank you!
    I’m sorry I waited so long to thank. I forgot.
    Thank you! Thank you! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make site description a link to another website’ is closed to new replies.