Please Fix The Issue
-
I Am Doing Some Work On Theme Files So May So Syntx Error Occured Please Resolve That Issue. You May Try To Change Theme Or Please Go Into The wp-content/themes/colormag/inc/hooks/footer.php
Just Replace All The Code With
<footer id='colophon' class='clearfix ‘>
<?php
}endif;
if ( ! function_exists( 'colormag_footer_copyright' ) ) :
/**
* Shows the footer copyright information.
*/
function colormag_footer_copyright() {$site_link = '‘ . get_bloginfo( ‘name’, ‘display’ ) . ‘‘;
$wp_link = ‘‘ . esc_html__( ‘WordPress’, ‘colormag’ ) . ‘‘;
$tg_link = ‘‘ . esc_html__( ‘ColorMag’, ‘colormag’ ) . ‘‘;
$default_footer_value = sprintf( /* Translators: %1$s: Current year, %2$s: Site link */ esc_html__( ‘Copyright © %1$s %2$s. All rights reserved.’, ‘colormag’ ), date( ‘Y’ ), $site_link ) . ‘
‘ . sprintf( /* Translators: %1$s: Theme name, %2$s: ThemeGrill site link */ esc_html__( ‘Theme: %1$s by %2$s.’, ‘colormag’ ), $tg_link, ‘ThemeGrill’ ) . ‘ ‘ . sprintf( /* Translators: %s: WordPress link */ esc_html__( ‘Powered by %s.’, ‘colormag’ ), $wp_link );$colormag_footer_copyright = ‘
‘ . $default_footer_value . ‘‘;
echo $colormag_footer_copyright; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
}
endif;
Thanks
WP.com: Unknown
Jetpack: Yes
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
Hi,
The domain provider is speedhosts.
This looks like it is using wordpress.org software.Please head over to wordpress.org/support/forums.
Regards
Shwetha -
Hi there,
Please contact support for the Colormag theme you’re using directly for help with this:
https://wordpress.org/support/theme/colormag/
WordPress themes and plugins are made by private companies and aren’t part of the open source WordPress software itself, so the general WordPress.org forums aren’t the best place to ask for help in this case :)
- The topic ‘Please Fix The Issue’ is closed to new replies.