• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I also use Yoast, you should go to Dashboard > SEO > General(tab) and check some checkboxes e.g.: Use meta keyword and save Changes. Also if you have any cache plugin you should clean all caches.

    Thread Starter rbarhan

    (@rbarhan)

    I cleaned all chaches. It doesn’t work. I’m thinking that is a problem with my theme. I want to mention that when i check the “Force rewrite titles” my site go down. Thank you Gndx, but your response doesn’t help me.

    If your site breaks when you use that setting, it means that your theme is not going to be compatible with the Yoast plugin. I’d suggest trying another SEO plugin to see if that makes a difference.

    If that doesn’t help, I’d suggest asking Yoast for some support on the plugins support forum. He’s normally pretty helpful so it’s worth a try.

    If that doesn’t help I’d suggest looking for a theme that can work with that plugin. So far I haven’t found/made one that doesn’t, so it should be easy to find one that will work with it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Yoast plugin doesn't works’ is closed to new replies.