Thanks.
Everything is OK now. It worked!!!
Hello,
I found it. But it doesn't work.
I also tried delete all function in yolo-layout.php and add <title> directly in header, but the theme repeat original title and plus with the new one.
New function in yolo-layout.php:
if ( ! function_exists( '_wp_render_title_tag' ) ) {
function yolo_render_title() {
?>
<title><?php if ( is_home() ) { bloginfo('name'); } else { bloginfo('name'); wp_title('»', true, '');} ?></title>
<?php
}
add_action( 'wp_head', 'yolo_render_title' );
}
I aldo tried to set <title>TEST</title> to test, but the theme keeps original function ignoring what I changed in yolo-layout.php, even if I delete all structure.
Has another place that this function is active besides yolo-layout.php?
Thanks.
