• Hello,

    We use The SEO Framework plugin but this plugin overrides it’s seo settings to display its own but then dose not display them correctly!

    Is there away to disable this plugin seo take over or The SEO Framework on the page so it displays seo right?

    So it displays like fourm – topic – site name and not fourm – site name like it does now for every page?

Viewing 1 replies (of 1 total)
  • Thread Starter Jake

    (@jakebb)

    This code used to work so asgaros would display the <title> correctly but seams to have stooped working? is there a fix for it?

    ` add_action( ‘asgarosforum_prepare’, function() {
    if ( function_exists( ‘the_seo_framework’ ) ) {
    remove_action( ‘wp_head’, [ the_seo_framework(), ‘html_output’ ], 1 );
    }
    } );

Viewing 1 replies (of 1 total)
  • The topic ‘SEO Problems’ is closed to new replies.