autarchic
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
<?php add_action( 'init' , 'mh_remove_copy' ); function mh_remove_copy() { remove_action( 'catchbox_site_generator', 'catchbox_footer_content', 15 ); } function mh_catchbox_footer_content() { ?> <div class="copyright"> <?php esc_attr_e('Copyright ©', 'catchbox'); ?> <?php _e(date('Y')); ?> <a href="<?php echo home_url('/') ?>" title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"> <?php bloginfo('name'); ?> </a> <?php esc_attr_e('. All Rights Reserved.', 'catchbox'); ?> </div> <?php }
link is cyberpitara.com.
I tried it but it did not workedalso i checked in parent theme functions.php . There function name is catchbox_footer_content() instead of mh_catchbox_footer_content()
i did as u said but i did not work . I just want Copyright part to be diplayed. It removes the footer section but it doesn’t show anything means second part of code you send.
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. Don’t use
blockquote
. ]<?php add_action( 'init' , 'mh_remove_copy' ); function mh_remove_copy() { remove_action( 'catchbox_site_generator', 'catchbox_footer_content', 15 ); } function mh_catchbox_footer_content() { ?> <div class="copyright"> <?php esc_attr_e('Copyright ?', 'catchbox'); ?> <?php _e(date('Y')); ?> <a>" title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"> <?php bloginfo('name'); ?> </a> <?php esc_attr_e('. All Rights Reserved.', 'catchbox'); ?> </div> <div class="powered"> <a>" title="<?php esc_attr_e( 'Powered by WordPress', 'catchbox' ); ?>" rel="generator"><?php printf( __( 'WOO HOO! Powered by %s', 'catchbox' ), 'WordPress' ); ?></a> <span class="sep"> | </span> <a>" title="<?php esc_attr_e( 'Theme Catch Box by Catch Themes', 'catchbox' ); ?>" rel="designer"><?php printf( __( 'WOO HOO! Theme: %s', 'catchbox' ), 'Catch Box' ); ?></a> </div> <?php }
Thanks
@jan@jan fuction.php will be automatically imported in child directory or we have to create it.
Forum: Plugins
In reply to: [WooCommerce Email Verification] Not workingI installed this plugin in wp 3.9.1 but it didnt work ….. will premium verion will work
Viewing 7 replies - 1 through 7 (of 7 total)