• Im not having any luck removing the footer message. Im using the theme called “Chosen”.

    Heres the code for the footer. Can someone tell me what exactly to remove?

    <?php do_action( ‘main_bottom’ ); ?>
    </section> <!– .main –>

    <?php do_action( ‘after_main’ ); ?>

    <footer id=”site-footer” class=”site-footer” role=”contentinfo”>
    <?php do_action( ‘footer_top’ ); ?>
    <div class=”design-credit”>
    <span>
    <?php
    $footer_text = sprintf( __( ‘Chosen WordPress Theme by Compete Themes.’, ‘chosen’ ), ‘https://www.competethemes.com/chosen/&#8217; );
    $footer_text = apply_filters( ‘ct_chosen_footer_text’, $footer_text );
    echo wp_kses_post( $footer_text );
    ?>
    </span>
    </div>
    </footer>
    </div>
    </div><!– .overflow-container –>

    <?php do_action( ‘body_bottom’ ); ?>

    <?php wp_footer(); ?>

    </body>
    </html>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Remove all this

    <?php
    $footer_text = sprintf( __( 'Chosen WordPress Theme by Compete Themes.', 'chosen' ), 'https://www.competethemes.com/chosen/' );
    $footer_text = apply_filters( 'ct_chosen_footer_text', $footer_text );
    echo wp_kses_post( $footer_text );
    ?>

    Thread Starter idontknowwhyson

    (@idontknowwhyson)

    I did that but get this message on a new blank page.

    Fatal error: Call to undefined method WPaaS\Cache::flush() in /home/content/a2pnexwpnas04_data03/88/3487088/html/wp-content/mu-plugins/gd-system-plugin/includes/admin/class-file-editor.php on line 124

    That issue is related to something the GoDaddy plugin is doing with the file editor. Try making the edit via FTP and contact GoDaddy regarding the issue with the editor.

    Thread Starter idontknowwhyson

    (@idontknowwhyson)

    Alright. Will do. Thanks alot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cant remove "Chosen WordPress Theme by Compete Themes" on the (chosen) theme.’ is closed to new replies.