how to remove credit in wp themes
-
how to remove credit links and name from footer.
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<?php } ?> <div id="footer"> <div id="copyrights"> <?php if($theme->display('footer_custom_text')) { $theme->option('footer_custom_text'); } else { ?> ? <?php echo date('Y'); ?> <a>/"><?php bloginfo('name'); ?></a><?php } ?> </div> <?php /* All links in the footer should remain intact. These links are all family friendly and will not hurt your site in any way. Warning! Your site may stop working if these links are edited or deleted You can buy this theme without footer links online at https://xyz.com/buy/?theme=xxx */ ?> <div id="credits">Powered by <a href="#"><strong>ABC</strong></a> | Theme Designed by: <?php echo wp_theme_credits(0); ?> | Thanks to <?php echo wp_theme_credits(1); ?>, <?php echo wp_theme_credits(2); ?> and <?php echo wp_theme_credits(3); ?></div><!-- #credits --> </div><!-- #footer -->
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how to remove credit in wp themes’ is closed to new replies.