• Resolved Konkee

    (@konkee)


    Hello,
    I would like to add the name of my site with a copyright-sign and a link to the top of the page and/or the top of the homepage (whichever I can figure out first)in the footer area. But I’m a bit lost where and how to make these changes in the editor.
    Any help or pointing in the right direction would be greatly appreciated.
    The site I’m working on: http://www.bongbarang.be
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • It would better be for you to use plugins instead editing theme files.

    Hi-@Konkee

    First create child theme Click Here

    Then copy footer.php file in your child theme folder.
    Then replace the section below in footer.php file in your child’s theme folder not in main theme’s folder.

    <footer id="colophon" class="site-footer" role="contentinfo">
    
    		<div class="site-info">
    //Your copyright text goes here
    		</div>
    	</footer>

    Thank You!!

    Thread Starter Konkee

    (@konkee)

    I found a plugin that puts a floating link to the top on my site and with sanjog’s post I know now how to get started to add the copyright text.
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add text and link in the footer’ is closed to new replies.