Avatar of Mitzie Mathis
Mitzie Mathis
 asked on

How to add a link to another site in footer.

I need to add a link in the footer that says Site Designed by www.designer.com after the copyright notice. When I had the link in the footer it went to mydomain.com/www.designer.com. How do I add a link after the copyright notice? Here is the current code for the footer:
<?php echo ( get_theme_mod('wpre_footer_text') == '' ) ? ('&copy; '.date_i18n(__('Y','wp-real-estate')).' '.get_bloginfo('name').__('. All Rights Reserved. ','wp-real-estate')) : esc_html( get_theme_mod('wpre_footer_text') ); ?>

Open in new window

PHPWordPress

Avatar of undefined
Last Comment
Mitzie Mathis

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
gr8gonzo

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Mitzie Mathis

ASKER
Thanks so much!
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy