Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
SEO | Title
krejci
April 2016
in
BeBuilder
I filled out the
field SEO | Title, but it did not affect the page title. The page title is still made up of the title page. These settings no overriddes theme options settings. Where is my mistake?
Comments
Albert
April 2016
Hi,
is Built-in SEO option turned on?
krejci
April 2016
Hi, yes.
Albert
April 2016
Please send us
private message
then with dashboard access.
muto
April 2016
Hi, a had just the same problem!
How to solve:
In header.php paste this code (above <?php do_action('wp_seo'); ?> line):
<title itemprop="name"><?php
if( mfn_title() ){
echo mfn_title();
} else {
global $page, $paged;
wp_title( '|', true, 'right' );
bloginfo( 'name' );
if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'betheme' ), max( $paged, $page ) );
}
?></title>
This code is absent in 12.7 and 12.8 versions of BeTheme.
Sign In
or
Register
to comment.
Comments
is Built-in SEO option turned on?