Please Fix The Issue

  • Unknown's avatar

    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 = ‘

    ‘;

    echo $colormag_footer_copyright; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

    }

    endif;

    Thanks

    WP.com: Unknown
    Jetpack: Yes
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    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.