Please or Register to create posts and topics.

The SEO Framework Title Problem

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 );
   }
} );

 

Hello @bbn

Did you update your SEO plugin? I didn’t apply any changes to this part so it will be most likely that things changed a bit in your SEO plugin.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

The plugin has been updated but is there a way to fix it? As the forum SEO is just Forum – Site Name for every page.