Remove Copyrights in Footer
-
Hello there,
First of all Thanks a lot to take the time to help me out.
Its about the website: https://www.veldwerkamsterdam.nl
Theme: Newshoure
I just cant get rid of the text: ” ? 2013 Veldwerk Amsterdam “I checked my footer.php and tried to delete some stuff without results.
My footer.php looks like this:—————-
<?php global $theme; ?>
<?php if($theme->display(‘footer_widgets’)) { ?>
<div id=”footer-widgets” class=”clearfix”>
<?php
/**
* Footer Widget Areas. Manage the widgets from: wp-admin -> Appearance -> Widgets
*/
?></div>
<?php } ?><div id=”footer”>
<div id=”copyrights”>
<?php
if($theme->display(‘footer_custom_text’)) {
$theme->option(‘footer_custom_text’);
} else {
?> © <?php echo date(‘Y’); ?> /”><?php bloginfo(‘name’); ?><?php
}
?></div><!– #container –>
<?php wp_footer(); ?>
<?php $theme->hook(‘html_after’); ?>
</body>
</html>—————————-
How can i delete the text over there. Am I looking in the right .php file?
Thanks a lot, its very much appriciated.
Greetings; Levi
- The topic ‘Remove Copyrights in Footer’ is closed to new replies.