Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #316390

    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

    #317263

    Hi guys,

    I’m experiencing exactly the same problem.
    Could you please provide a faster feedback?

    Many thanks!

    #317750

    Hi!

    Which version of the Yoast plugin are you using?

    Cheers!
    Josue

    #317990

    Hi,
    the last version for all.

    Thank’s

    #320188

    Hi!

    For clarification, what exactly is the version you are using right now?

    Regards,
    Devin

    #320424

    Hi
    SEO WordPress 1.6.1, Enfold 2.9.2, WP 4
    Regards,

    #321021

    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

    #321162

    Hi Ismael,

    I create a child theme with your code, and it’s ok.

    Thank you very much
    Philippe

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Homepage with Articles Blog, bug on slug’ is closed to new replies.