My website was created by another person and then after they finished gave me the login and I have been able to make some changes on the site – but recently the address has changed and I am able to change the address in the body of the site but not the trademark that I see at the bottom of each page.
When I go to the Appearances – Editor the template says “Custom” and under that title I see the footer.php but this is what I get.
<div id=”footer”>
<?php dynamic_sidebar( ‘first-footer-widget-area’ ); ?>
</div>
</div>
</div>
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
</body>
</html>
Nothing here show the words that are at the bottom of the page.