Hi Gdub,
Please replace code [line no :36-37] with this code in child theme footer.php file to add extra information.
. <?php esc_attr_e('All rights reserved.', 'puresimple'); echo '';?>
<?php esc_attr_e('Maintained/ provided by', 'puresimple'); echo " "; printf(__(' your data to displayed ', 'puresimple'), 'Your hyper link'); ?>
There you can find string like:
[Your displayed data] : string to display on link
[Your hyper link] : URL of site you want to link
Find screenshot if you got any problem.
Note: Please try using this code only if you know basic of wordpress, otherwise you will face error.
Lets us know how it goes.
Thanks
gdub.jpg
Attachments:
You must be
logged in to view attached files.