Title: Adding link to footer
Last modified: September 1, 2016

---

# Adding link to footer

 *  [utterlycynthia](https://wordpress.org/support/users/utterlycynthia/)
 * (@utterlycynthia)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-link-to-footer/)
 * Hello,
 * I’m using the Sela theme, and although I know how to remove the WordPress credits
   and add my own copyright information, I don’t know if I can add links in the 
   footer.
 * This is the text in the footer:
    _Copyright © 2016 Cynthia Ranjeeta. Terms & 
   Conditions_.
 * Is there any way I can make the Terms&Conditions part clickable by inserting 
   a link to a page?
 * Thanks so much for the help 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-link-to-footer/#post-7607619)
 * Hi,
 * You can add like below
 * `<a href="YOUR_LINK">Terms & Conditions</a>`
 *  Thread Starter [utterlycynthia](https://wordpress.org/support/users/utterlycynthia/)
 * (@utterlycynthia)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-link-to-footer/#post-7607660)
 * Where do I have to add this?
 * I added my footer text with this:
 * .site-info {
    visibility: hidden; } .site-info:before { visibility: visible; 
   content: “This is my Text”; display: block; }
 * I don’t see how I can add it to this…
 * Please clarify.
 * Thanks
 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-link-to-footer/#post-7607667)
 * please send your site link.
 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-link-to-footer/#post-7607669)
 * Put the code in style.css then you will see “This is my Text” 🙂
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-link-to-footer/#post-7607671)
 * Hi [@utterlycynthia](https://wordpress.org/support/users/utterlycynthia/),
 * There isn’t a way to add a link via CSS, however, you can make changes to your
   site’s HTML via a child theme.
 * The following guides provide good introductions to how child themes work as well
   as steps to set one up:
    - [http://wordpress.tv/2015/05/12/kathryn-presner-getting-comfortable-with-child-themes/](http://wordpress.tv/2015/05/12/kathryn-presner-getting-comfortable-with-child-themes/)
    - [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 * After you have created your child theme, copy the **footer.php** file from your
   parent theme to your child theme’s directory. You can then manually add the HTML
   for your link just below the following:
 * `<div class="site-info" role="contentinfo">`
 * Let us know how you get on with that or if you have any extra questions!
 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-link-to-footer/#post-7607689)
 * [@utterlycynthia](https://wordpress.org/support/users/utterlycynthia/)
 * You can try this child theme
 * [https://github.com/softound/sela-child](https://github.com/softound/sela-child)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Adding link to footer’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sela/1.0.17/screenshot.png)
 * Sela
 * [Support Threads](https://wordpress.org/support/theme/sela/)
 * [Active Topics](https://wordpress.org/support/theme/sela/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sela/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sela/reviews/)

## Tags

 * [footer-link](https://wordpress.org/support/topic-tag/footer-link/)
 * [sela theme](https://wordpress.org/support/topic-tag/sela-theme/)

 * 6 replies
 * 3 participants
 * Last reply from: [Softound Solutions](https://wordpress.org/support/users/softound/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/adding-link-to-footer/#post-7607689)
 * Status: not resolved