> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/score/layout-customization/footer-section/footer-copyright.md).

# Footer copyright

### Footer copy right

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FydNTuhI22Cd3cSNMYr1f%2Ffooter_copy_right.png?alt=media\&token=70414f3e-5cbc-443c-a8f8-b5ef8f35ec1f)

> Open your theme folder (score)

Find footer.php in your theme file.

Find below code (around line number 102)

```html
    <div class="score-footer-copyright">
        <div class="container">
            <div class="site-info text-center">
                <span><?php esc_html_e('Copyright &copy; ', 'score'); ?></span>
                <?php echo date('Y ') . '<a href="' . esc_url( home_url( '/' ) ) .'" >' . esc_attr( get_bloginfo('name')) . '</a>';?>
                <span><?php esc_html_e(' . All Rights Reserved. Designed With', 'score'); ?></span>
                <span><i class="fa fa-heart score-heart"></i><?php esc_html_e(' by', 'score'); ?></span>
                <a href="<?php echo esc_url('http://themeparrot.com', 'score'); ?>"> <?php esc_html_e('ThemeParrot.com', 'score'); ?></a>
            </div>
        </div>
    </div>
```

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FSxt9dQo7QqMrYxVSLXHn%2Ffooter_copy_right_01.png?alt=media\&token=f55551a9-2326-4a70-a932-bbd326f0c844)

You can change footer copy right text.

After edit this file, save and close.
