Difficulty with footer.php
-
I am interested in editing the footer credits on my site, but after locating the code I have been unable to add my desired information. I noticed the exact wording of the footer in my function.php panel, but when I proceeded to make changes my entire site went white with an error message. Any help is great. My information is below.
Site: https://www.keenanmorgan.com
footer.php (credit-line):
<div id="creditline">??<?php echo date("Y") ?>?<?php bloginfo( 'name' ); d5businessline_credit(); ?></div>
funtion.php (credit-line)
// D5 BusinessLine and WordPress Credit function d5businessline_credit() { echo '| D5 Business Line Theme by: <a href="https://d5creation.com"><img width="30px" src="' . get_template_directory_uri() . '/images/d5logofooter.png" /> D5 Creation</a> | Powered by: <a href="https://www.ads-software.com">WordPress</a>'; }
[please mark any posted code according to the forum guidelines – the above code is partly corrupted]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Difficulty with footer.php’ is closed to new replies.