Yoast plugin doesn't works
-
Hello. I recently installed the Yoast plugin and made all settings. But nothing works. I mean any setting that I did in Yoast not work. There is something blocking it.
Let me give an example: when i create a new page or post and introduce options for Yoast SEO, it does not appear in the source code of the page and of course are not displayed anywhere. (I mean Meta tile or meta description). This is just an example, actually Yoast plugin does not work at all. I look in my hedear.php file and looks like this:
` <?php
// html code of the header placed in top.php
global $SMTheme, $return;
$SMTheme->get_layout();
if(!isset($_POST[‘smt_layout’])){
get_template_part(‘top’);
} else {
$return[‘title’]=$SMTheme->show_title(false);
}if ( isset($_POST[‘smt_layout’])&&$_POST[‘smt_layout’]!=$SMTheme->layout ) {
$return[‘div’]=’#content .container’;
ob_start();
}if (!isset($_POST[‘smt_layout’])||$_POST[‘smt_layout’]!=$SMTheme->layout) {
get_sidebar();
?> <div id=”main_content”> <?php}
if ( isset($_POST[‘smt_layout’])&&$_POST[‘smt_layout’]==$SMTheme->layout ) {
$return[‘div’]=’#main_content’;
ob_start();
}
`
Can someone help me with this problem? Mention that i use Gamezone theme. Anyone hit this problem? My website adress is: https://www.top-kids.ro
- The topic ‘Yoast plugin doesn't works’ is closed to new replies.