Hi Carlos, where you want to have this text?
Hi cats-456,
In my other affiliate themes I have the messages and a copyright symbol in the footers that display the “powered by word press” link.
I do not mind leaving the SG Window and SG Double credits, but for government compliance purposes I should display the disclosure and disclaimer messages also.
For my SG Window theme the following needs to be added to the footer:
“copyright symbol” and —– The material of this web site is provided for informational purposes only.
SeniorHealthCareTopics.com does not provide medical advice, diagnosis or treatment; or legal, financial or any other professional services advice. Use of this site is subject to our Privacy Policy.
It is advisable to assume that any mention of a product or service on this website is made because there exist, unless otherwise
stated, a material connection between the product or service owners and this website and should you make a purchase of a product or
service described here the owner of this website may be compensated. To learn more please Click Here.
For my SG Double site the following should go in the footer:
“copyright symbol” and —- It is advisable to assume that any mention of a product or service on this website is made because there exist, unless otherwise stated, a material connection between the product or service owners and this website and should you make a purchase of a product or service described here the owner of this website may be compensated. To learn more please Click Here.
Thanks,
Carlos
Carlos, you can set any text by
<?php set_theme_mod( 'footer_text', 'your text' ); ?>
add it to any php file, run once and delete this line when you see the text.
cats_456
Thank you for that. It worked!
So you mean to actually delete the line in the file after it appears on my blog? Is this so that the SG themes can be kept updated?
Thank you, again
Carlos
Yes, this line changes data in the db, you don’t need update data on load of every page.