firehox
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Stories] Web Story Plugin is Conflicting With Yoast SeoYes, The Issue is resolved Now.
Yes, I found one solution.
Try Disabling canonical URL from Yoast for web story.
Follow these steps.
1. Go to function.php
2. Paste this code
// remove yoast canonical for web stories
function remove_canonical() {
if ( is_singular( ‘web-story’ ) ) {
add_filter( ‘wpseo_canonical’, ‘__return_false’ );
}
}
add_action(‘wp’, ‘remove_canonical’);Hope This Solves Your Problem Too.
Forum: Plugins
In reply to: [Web Stories] Web Story Plugin is Conflicting With Yoast SeoThanks a Lot, It worked
Hey, I tried the Health check and troubleshoot plugin and disabled all the plugins, and enabled only the web story plugin and Yoast Seo Plugin with Twenty Twenty Theme.
But Still, this error pops up
Error Image – https://snipboard.io/2MbHSF.jpgI will try this out and let you know if this solves the issue or not.
yes, I have the latest version of WordPress, Yoast, and webstory.
Image URL- https://snipboard.io/MLgtxq.jpg
This error goes away once I deactivate the Yoast plugin or turn off the “show stories in search result”