• Hi,

    I need to add medical disclaimer text to my SG Window theme and FTC compliance text to my SG Double theme. Without access to the footer code. How do I do this?

    Thanks for your help.

    Carlos

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author cats_456

    (@cats_456)

    Hi Carlos, where you want to have this text?

    Thread Starter caperez

    (@caperez)

    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

    Theme Author cats_456

    (@cats_456)

    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.

    Thread Starter caperez

    (@caperez)

    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

    Theme Author cats_456

    (@cats_456)

    Yes, this line changes data in the db, you don’t need update data on load of every page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding disclaimer and FTC compliance text’ is closed to new replies.