- This topic has 1 reply, 2 voices, and was last updated 7 years, 3 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- February 26, 2017 at 8:49 pm #2169lii240Participant
How do I add a link to the footer by adding some code to the editor?
I’m not using any widgets for the footer. Below is the original code:
<?php printf( esc_html__( 'HMRC: #12216205 | FCA: #PSD/526301 | COMPANY REG: #05483627', '' ) ); ?>
I want the HMRC bit to have a link.
Thanks
March 13, 2017 at 9:00 pm #2310HashKeymasterJust add this code
<a href="http://yourlink.com">HMRC</a>: #12216205 | FCA: #PSD/526301 | COMPANY REG: #05483627
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.