Remove Footer Credit on Bizberg Theme
-
I want to use “Remove Footer Credit” plugin for Bizberg theme. The footer has “Powered by Developed by Bizberg Themes”. I’m trying to figure out the code to place in Step 1: Enter text/HTML to remove (one per line).
Thank you for any assistance you can provide.
Using the theme file editor, I think this is the footer.php
<?php
/**
* The template for displaying the footer *
* Contains the closing of the #content div and all content after.
*
* @link https://developer.www.ads-software.com/themes/basics/template-files/#template-partials
*
* @package Bizberg
*/
do_action( 'bizberg_footer_top' );
bizberg_get_footer(); ?>
<div class="full-screen-search" style="display: none;">
<div class="search-box-wrap">
<div class="searchform" role="search">
<?php get_search_form(); ?>
<a href="javascript:void(0)" class="close">
<i class="fas fa-times"></i>
</a>
</div>
</div>
</div>
<!-- start Back To Top -->
<div id="back-to-top">
<a href="javascript:void(0)"><i class="fa fa-angle-up"></i></a>
</div>
<!-- end Back To Top -->
<?php wp_footer(); ?>
</body>
</html>The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.