Skip to content

Magento 2.4.5: How to Add some new text links in the Copyright row of the Magento Blank theme Footer

I’m new and using MAGENTO 2.4.5 and a Magento blank theme. I wanted to add some new text links in the Copyright row of the Magento Blank theme Footer
 
How can I do that? I have tried several ways, but nothing works.

I want the frontend copyright footer to change from this:

Copyright © 2013-present Magento, Inc. All rights reserved.

to become this:
Copyright © 2013-present Ourcompany, Inc. All rights reserved. <a href=“https://beian.com”>beian

I try to create a static block (Identifier:
copyright_footer_links_block )for our custom HTML code as below:
Copyright © 2013-present Ourcompany, Inc. All rights reserved. <a href=“https://beian.com”>beian

then:
Copy copyright.phtml file in our theme

vendor/magento/module-theme/view/frontend/templates/html/copyright.phtml

to
app/design/frontend/Vendor/theme/Magento_Theme/templates/html/copyright.phtml

Now I do not know how to call our static block in copyright.phtml file to add custom text below copyright

I try below Method: (edit copyright.phtml (app/design/frontend/Vendor/theme/Magento_Theme/templates/html/copyright.phtml)in Xcode then save)

copyright.phtml