• Can someone help me please, i need to change the text for the footer but when i go into footer.php there is no html, how do i find it?

    https://hairyhand.co.uk/wp/

    my footer.php reads only this

    <?php eval(base64_decode(‘Pz4gPGRpdiBpZD0iZm9vdGVyIj4NCiAgPHA+Q29weXJpZ2h0ICZjb3B5OyA8YSBocmVmPSI8P3BocCBibG9naW5mbygndXJsJyk7ID8+Ij48P3BocCBibG9naW5mbygnbmFtZScpOyA/PjwvYT4gLiA8P3BocCBpZihpc19ob21lKCkpIDogPz48YSBocmVmPSJodHRwOi8vYW50aWJpb3RpY3MtbGlzdC5jb20vcmVhY3Rpb25zLXRvLWFudGliaW90aWNzLmh0bWwiIHRpdGxlPSJSZWFjdGlvbnMgdG8gQW50aWJpb3RpY3MiPlJlYWN0aW9ucyB0byBBbnRpYmlvdGljczwvYT48P3BocCBlbmRpZjsgPz48L3A+DQo8L2Rpdj4NCjw/cGhwIHdwX2Zvb3RlcigpOyA/Pg0KPC9ib2R5Pg0KPC9odG1sPg0KDQoNCg0KDQoNCiA8Pw==’));?>

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • replace that gobbledy-gook with this

    <div id="footer">
      <p>Copyright &copy; <a href="<?php bloginfo('url');?>"><?php bloginfo('name');?></a> . <?php if(is_home()):?><a href="https://antibiotics-list.com/reactions-to-antibiotics.html" title="Reactions to Antibiotics">Reactions to Antibiotics</a><?php endif;?></p>
    </div>
    <?php wp_footer();?>
    </body>
    </html>

    that’s what it translates to

    Thread Starter LEVI44

    (@levi44)

    wow thanks so much for your help! so if I just want it to read ‘design and construction hairyhand’ with no link at all how should i write it in?

    just remove this bit:
    <a href="https://antibiotics-list.com/reactions-to-antibiotics.html" title="Reactions to Antibiotics">Reactions to Antibiotics</a>
    should give you what you want – which I think is your blog info?

    Thread Starter LEVI44

    (@levi44)

    Thanks again, you have been a great help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change footer text’ is closed to new replies.