Home Forums Total Link in footer (not using a widget)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2169
    lii240
    Participant

    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

    #2310
    Hash
    Keymaster

    Just add this code

    <a href="http://yourlink.com">HMRC</a>: #12216205 | FCA: #PSD/526301 | COMPANY REG: #05483627

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.