Forums

Adding a disclaimer. (7 posts)

  1. health360
    Member
    Posted 2 years ago #

    Does anyone know how to access the base of the page to add a disclaimer?

  2. Samuel B
    moderator
    Posted 2 years ago #

    theme's footer.php

  3. Jonas Grumby
    Member
    Posted 2 years ago #

    You can also add a Terms of Service checkbox for Subscribers w/ the SABRE plugin.

  4. health360
    Member
    Posted 2 years ago #

    I entered the disclaimer script in the footer box for Thesis options but the text appeared very large at the base of my blog page. I need to find a way to match it to the Admin script at the base of the page.

  5. jonimueller
    Member
    Posted 2 years ago #

    Just style it with CSS. All you really need is a class of <p> in your stylesheet:

    p.disclamer {
    //put your styles here //
    }

    And then in your footer, put this:

    <p class="disclaimer">//put your disclaimer language here//</p>

  6. jonimueller
    Member
    Posted 2 years ago #

    Oh, and BTW, if you are using Thesis, I'll spare you some hair, fingernails and a smattering of sanity:

    Use the Thesis Open Hook plugin to get direct access to all areas of Thesis, including the stylesheet:
    http://wordpress.org/extend/plugins/thesis-openhook/

  7. health360
    Member
    Posted 2 years ago #

    Thank you for this. I have installed the Thesis Open Hook plugin but I don't know CSS. Also, it seems I may have to change the name of my custom-sample folder to custom but I don't know where to find the folder.

Topic Closed

This topic has been closed to new replies.

About this Topic