A new thing appeared in my footer, that says Meta, and has Site Admin and Logout as well as a new “search” box on the right of that. How do I remove this? I don’t want the world to have my site admin access! Please help. I’m not a techie at all. I presume this was a theme update issue, but can’t figure out where to edit it- the Footer widgets I have don’t impact it. I can’t find it on the theme page so far.
]]>Is there a way to disable the Terms and Conditions from displaying at the bottom of the website?
It pops up when you reach the bottom of the page.
]]>Below are the codes for the “Theme Footer” section. Thank you!
<?php
/**
* Template file for footer area
*/
$spicepress_footer_copyright = get_theme_mod(‘footer_copyright_text’,'<p>’.__( ‘Proudly powered by WordPress | Theme: SpicePress by SpiceThemes’, ‘spicepress’ ).'</p>’);
?>
<!– Footer Section –>
<?php if ( is_active_sidebar( ‘footer_widget_area_left’ ) || is_active_sidebar( ‘footer_widget_area_center’ ) || is_active_sidebar( ‘footer_widget_area_right’ ) || ($spicepress_footer_copyright != null) ) : ?>
<footer class=”site-footer”>
<div class=”container”>
<?php get_template_part(‘sidebar’,’footer’);
if($spicepress_footer_copyright != null): ?>
<div class=”row”>
<div class=”col-md-12″>
<?php
$spicepress_user=get_option(‘spicepress_user_with_1_9_1′);
if($spicepress_user=’old’){ ?>
<div class=”site-info wow fadeIn animated” data-wow-delay=”0.4s”>
<?php echo wp_kses_post($spicepress_footer_copyright); ?>
</div>
<?php }else{?>
<div class=”site-info wow fadeIn animated” data-wow-delay=”0.4s”>
<p><?php esc_html_e( ‘Proudly powered by’, ‘spicepress’ ); ?> “><?php esc_html_e( ‘WordPress’, ‘spicepress’ ); ?> <?php esc_html_e( ‘| Theme:’, ‘spicepress’ ); ?> ” rel=”nofollow”> <?php esc_html_e( ‘SpicePress’, ‘spicepress’ ); ?> <?php esc_html_e( ‘by SpiceThemes’, ‘spicepress’ );?></p>
</div>
<?php } ?>
</div>
</div>
<?php endif; ?>
</div>
</footer>
<?php endif; ?>
<!– /Footer Section –>
<div class=”clearfix”></div>
</div>
<!–Close of wrapper–>
<!–Scroll To Top–>
<i class=”fa fa-chevron-up”></i>
<!–/Scroll To Top–>
<?php wp_footer(); ?>
</body>
</html>
<div class=”h-global-transition-all”>? 2020 VerifyCare. Created for free using WordPress and
Colibri</div>
How do I remove the Theme link?
]]>Estoy muy agradecido por el desarrollo y funcionamiento de este plugin.
Saludos desde Chile.
]]>