• Resolved Marchandventer

    (@marchandventer)


    I was browsing through the word-press theme liberty and came across this Klean. It looks like a good theme, so i installed it but right after i got this.

    Fatal error: Cannot redeclare klean_render_title() (previously declared in /home/content/20/10494420/html/wp-content/themes/klean/functions.php:84) in /home/content/20/10494420/html/wp-content/themes/klean/inc/extras.php on line 56

    Now my whole site is down and all that shows up is those lines!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Marchandventer

    (@marchandventer)

    ok fixed it, had to delete all themes from my goDady WP folder

    It might be a minor bug in the theme….
    It will surely be fixed in the next update, thanks for the notification.
    You just need to find the following code in functions.php and delete it.

    if ( ! function_exists( '_wp_render_title_tag' ) ) {
    	function klean_render_title() {
    ?>
    <title><?php wp_title( '|', true, 'right' ); ?></title>
    <?php
    	}
    	add_action( 'wp_head', 'klean_render_title' );
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I have no idea what just happened!’ is closed to new replies.