Hello. I need to add custom text to the Copyright. I know I need to edit this line in sidebar.php echo " <span class='copyright'>© ".__('Copyright','avia_framework')." - ".get_bloginfo('name')." - Site by I.C. Designs</span>"; , but I can't figure out how I edit it. I don't want the sitename to come up, I want to insert custom text. Thanks.
Customize Copyright Text
2 posts from 2 voices-
Posted 10 months ago #
-
Hi torndownunit,
You can replace this:
echo " <span class='copyright'>© ".__('Copyright','avia_framework')." - ".get_bloginfo('name')." - Site by I.C. Designs</span>";
to this:
echo " <span class='copyright'>Your Custom Text Here</span>";
Just change the text. Hope this helps. :)Regards,
IsmaelPosted 10 months ago #
Reply
You must log in to post.














