It’s appear at the same time with the problem on Yoast plugin.
It’s impossible to modify the homepage if I use the Article Blog.
On http://www.webethique.com/ if I try to modify, the slug become the slug of the last article Location vacances Mazet des Pins Graveson and add the exerpt balise of this article.
If i update, after the message error, the link of Location vacances Mazet des Pins Graveson is the the same than the Homepage
Enfold 2.9.2, WP 4
Thank’s
Philippe
Hi guys,
I’m experiencing exactly the same problem.
Could you please provide a faster feedback?
Many thanks!
Hi!
Which version of the Yoast plugin are you using?
Cheers!
Josue
Hi,
the last version for all.
Thank’s
Hi!
For clarification, what exactly is the version you are using right now?
Regards,
Devin
Hi
SEO WordPress 1.6.1, Enfold 2.9.2, WP 4
Regards,
Hi!
Please try to add this on functions.php:
add_action('init','avia_remove_yoast_filter');
function avia_remove_yoast_filter()
{
remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
}
Best regards,
Ismael
Hi Ismael,
I create a child theme with your code, and it’s ok.
Thank you very much
Philippe