Bento is a very popular wordpress theme which is free. But the annoying thing is that the footer credit of this theme. By default it shows the footer credit in the footer section. To remove this you can use the below code going to SETTING> EDITOR> THEME FOOTER of your Wordpress admin panel.
You can watch the video tutorial below of this page.
➤ first delete this code from THEME FOOTER section:
<footer class="site-footer">
<?php // Footer widget area ?>
<?php if ( is_active_sidebar( 'wp_footer' ) ) { ?>
<div class="widget-area sidebar-footer clear">
<div class="bnt-container">
<?php dynamic_sidebar( 'bento_footer' ); ?>
</div>
</div>
<?php } ?>
<?php // Footer menu and copyright area ?>
<div class="bottom-footer clear">
<div class="bnt-container">
<?php bento_footer_menu(); ?>
<?php bento_copyright(); ?>
</div>
</div>
</footer><!-- .site-footer -->
➤ Then type this below code between <footer></footer> tag:
<div class="Your_class"><a href="Your_site_link">Your_site_name</a> © 2016<script>new Date().getFullYear()>2016&&document.write("-"+new Date().getFullYear());</script></div>
0 comments:
__আপনার মতামত নিচে লিখুন। ধন্যবাদ।__