How to put Privacy-Term-Disclaimer on the bottom of a ready made salesPage?

by Peoney
7 replies
Hi, I am a wordpress girl and don't know much about building websites . So I know how to upload Salespage to server, edit the salespage, but I can't find a way to add legal documents to the footer of the ready-made salespage. Sorry for my question, thanks. :confused:
#bottom #made #privacytermdisclaimer #put #ready #salespage
  • Profile picture of the author Alex Blades
    In the wp-content/themes/<your_theme> directory for your WordPress install, there should be a file called footer.php. This is the file that generates your footer output.

    To edit this file, open your WordPress dashboard and click on the Appearances tab in the navigation bar. Under "Appearances", there will be a link called Editor that will open the theme editor for your current theme. Once in the editor, select Footer (footer.php) in the list of templates that appears on the right hand side of the editor.
    You can modify the HTML for your footer here, and add a link to your privacy page.

    Code:
    <a href=”http://yourdomain.com”>Your Anchor Link Text Goes Here</a>


    Note: Make sure to add this on the bottom of the page so it doesn't interfere with other codes...
    Signature
    " I knew that if I failed, I wouldn't regret that.
    But I knew the one thing I might regret is not ever having tried. "

    ~ Jeff Bezos

    {{ DiscussionBoard.errors[7428392].message }}
    • Profile picture of the author Peoney
      @Alex Blades, the salespage is out of wordpress because it is in different floder from the wordpress i think, but what I don't know is to edit the footer of the ready made salepage because it has graphics and there is no legal documents like Privacy, terms, and disclaimer.

      Can anyone show me how to add those to the footer? And where exactly can I edit it, in the source code? What will be the exact code to put there pointing to my legal document, Sorry I'm lost
      {{ DiscussionBoard.errors[7429484].message }}
      • Profile picture of the author jorgesil
        Hi Peoney

        If you have the files on your computer what you can do is:

        1. Click the index file and open it in your browser.
        2. Right click the index file and open it with wordpad.

        At the end of your HTML you will see a part the code like this:

        <p>&nbsp;</td>
        </tr>
        <tr>
        <td>&nbsp;</td>
        </tr>
        </table>
        YOUR LINK HERE
        <br />
        </td>
        </tr>
        </table></td>
        </tr>
        <tr>
        <td background="images/footerbg.jpg"><table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
        <td><img src="images/footer.jpg" width="680" height="94" /></td>
        </tr>
        </table></td>
        </tr>
        </table>
        YOUR LINK HERE
        </body>
        </html>

        If you want your links at the bottom of your page before the footer just write
        it on the first set of "YOUR LINK HERE" , if you want it under the footer write
        at the second set.

        To write your link just use:
        <a href="your site url"> NAME OF YOUR PAGE </a>

        I'm not an html expert but this is what I use to edit my pages, probably someone
        knows other better way to do this.

        Hope this help.
        Jorge
        {{ DiscussionBoard.errors[7429607].message }}
        • Profile picture of the author Peoney
          @jorgesil, thanks so much, that's what I wanted to know.
          {{ DiscussionBoard.errors[7430847].message }}
  • Profile picture of the author jorgesil
    Are your salespage wordpress or html?

    I think if it is wordpress you can add the links in the footer,
    if html edit the page to add links at the bottom of the page.

    Jorge
    {{ DiscussionBoard.errors[7428433].message }}
    • Profile picture of the author Maryleena
      If your salespage is HTML, you can use a free html editing software to add the link in the bottom of the page. Here is the link: NVU
      Signature
      I see the potential in you...Use it!

      You Need Energy To Be Successful - 30 Day Get More Energy Challenge - Free Video Tip Series

      Visit My Blog: www.marlenekristensen.com
      {{ DiscussionBoard.errors[7428826].message }}
    • Profile picture of the author Peoney
      Hi Jorgesil, it is a readymade template salepage html so it woudn't be a wordpress, but it has no legal docoments, but in Kompozer I click the footer but don't know how to edit it. well i could if I know how to code. thanks
      {{ DiscussionBoard.errors[7429442].message }}

Trending Topics