Problems adding URLs to my footer
-
Hi
I am working on this site: https://www.bibliophone.com and having some trouble with editing my footer. I’m using Omega and from all the research I’ve done, it’s not the easiest theme to customise the footer of. However, I found that I need to go into hooks.php to find the footer code. So there’s a section that looks like this:
function omega_default_footer_insert( $settings ) { /* If there is a child theme active, use [child-link] shortcode to the $footer_insert. */ return '<p class="copyright">' . __( 'Copyright ? [the-year] [site-link].', 'omega' ) . '</p>' . "\n\n" . '<p class="credit">' . __( '', 'omega' ) . '</p>'; }
But I want to add to it links to my Disclaimer page and my Privacy Policy page. From my research I THINK that involves using code like this:
<a href="https://bibliophone.com/disclaimer/">Disclaimer</a> | <a href="https://bibliophone.com/privacy-policy/">Privacy Policy</a>
BUT…I’m not too sure where to add that in the above, and where the appropriate tags go, so was hoping someone could show me!
Thank you..
Paul
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Problems adding URLs to my footer’ is closed to new replies.