NicoSan
Gamma
SEO
Verificación en dos pasos activada
Verificado por Whatsapp
<?php
/**
* Displays the footer section of the theme.
*
* @package Theme Horse
* @subpackage Interface
* @since Interface 1.0
*/
?>
</div>
<!-- .container -->
</div>
<!-- #main -->
<?php
/**
* interface_business_template_ourclients hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* interface_display_business_template_ourclients 10
*/
if( is_page_template( 'page-templates/page-template-business.php' ) ) {
do_action( 'interface_business_template_ourclients' );
}
?>
<?php
/**
* interface_after_main hook
*/
do_action( 'interface_after_main' );
?>
<?php
/**
* interface_before_footer hook
*/
do_action( 'interface_before_footer' );
?>
<footer id="colophon" class="clearfix">
<?php
/**
* interface_footer hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* interface_footer_widget_area 5
* interface_footer_infoblog 10
* interface_footer_div_close 15
* interface_open_sitegenerator_div 20
* interface_socialnetworks 25
* interface_footer_info 30
* interface_close_sitegenerator_div 35
* interface_backtotop_html 40
*/
do_action( 'interface_footer' );
?>
</footer>
<?php
/**
* interface_after_footer hook
*/
do_action( 'interface_after_footer' );
?>
</div>
<!-- .wrapper -->
<?php
/**
* interface_after hook
*/
do_action( 'interface_after' );
?>
<?php wp_footer(); ?>
</body></html>
Busca en los siguientes archivos de tu theme:
inc/shortcodes/interface-shortcodes.php
inc/structure/footer-extensions.php
en uno de los dos creo que encontrarás la solución
Saludos 🙂
<?php
/**
* Adds footer structures.
*
* @package Theme Horse
* @subpackage Interface
* @since Interface 1.0
* @license 301 Moved Permanently GPL v2.0 (or later)
* @link http://themehorse.com/themes/interface
*/
/****************************************************************************************/
global $interface_theme_setting_value;
$options = $interface_theme_setting_value;
add_action( 'interface_footer', 'interface_footer_widget_area', 5 );
/**
* Displays the footer widgets
*/
function interface_footer_widget_area() {
get_sidebar( 'footer' );
}
/****************************************************************************************/
if ((1 != $options['disable_bottom']) && (!empty($options['social_phone'] ) || !empty($options['social_email'] ) || !empty($options['social_location']))) {
add_action( 'interface_footer', 'interface_footer_infoblog', 10 );
/**
* Opens the footer infobox
*/
/****************************************************************************************/
add_action( 'interface_footer', 'interface_footer_div_close', 15 );
/**
* Opens the site generator div.
*/
function interface_footer_div_close() {
echo '</div> <!-- .container -->
</div> <!-- .info-bar -->';
}
}
/****************************************************************************************/
add_action( 'interface_footer', 'interface_open_sitegenerator_div', 20 );
/**
* Opens the site generator div.
*/
function interface_open_sitegenerator_div() {
echo '
<div id="site-generator">
<div class="container clearfix">';
}
/****************************************************************************************/
add_action( 'interface_footer', 'interface_socialnetworks', 25 );
/****************************************************************************************/
add_action( 'interface_footer', 'interface_footer_info', 30 );
/**
* function to show the footer info, copyright information
*/
function interface_footer_info() {
$output = '<div class="copyright">'.__( 'Copyright ©', 'interface' ).' '.'[the-year] [site-link]'.' '.__( 'Theme by:', 'interface' ).' '.'[th-link]'.' '.__( 'Powered by:', 'interface' ).' '.'[wp-link] '.'</div><!-- .copyright -->';
echo do_shortcode( $output )
;
}
/****************************************************************************************/
add_action( 'interface_footer', 'interface_close_sitegenerator_div', 35 );
/**
* Shows the back to top icon to go to top.
*/
function interface_close_sitegenerator_div() {
echo '</div><!-- .container -->
</div><!-- #site-generator -->';
}
/****************************************************************************************/
add_action( 'interface_footer', 'interface_backtotop_html', 40 );
/**
* Shows the back to top icon to go to top.
*/
function interface_backtotop_html() {
echo '<div class="back-to-top"><a href="#branding">'.__( '', 'interface' ).'</a></div>';
}
?>
/****************************************************************************************/
add_action( 'interface_footer', 'interface_footer_info', 30 );
/**
* function to show the footer info, copyright information
*/
function interface_footer_info() {
$output = '<div class="copyright">'.__( 'Copyright ©', 'interface' ).' '.'[the-year] [site-link]'.' '.__( 'Theme by:', 'interface' ).' '.'[th-link]'.' '.__( 'Powered by:', 'interface' ).' '.'[wp-link] '.'</div><!-- .copyright -->';
echo do_shortcode( $output )
;
}
/****************************************************************************************/
add_action( 'interface_footer', 'interface_footer_info', 30 );
/**
* function to show the footer info, copyright information
*/
function interface_footer_info() {
$output = '<div class="copyright">'.__( 'Copyright ©', 'interface' ).' '.'[the-year] [site-link]'.' '.__( 'Powered by:', 'interface' ).' '.'[wp-link] '.'</div><!-- .copyright -->';
echo do_shortcode( $output )
;
}
.copyright{
display:none;
opacity:0;
}
<div class="copyright">
<div class="copyright" style="display:none;opacity:0;">
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?