• Hello,
    I’m new for WordPress theme developing.
    I develop new theme and test it in localhost.
    when my theme active WordPress Media Library not working and get following error
    “An error occurred in the upload. Please try again later.”

    when default theme active it media uploader work fine.

    in my theme, I disable Gutenberg Editor using following code.

    add_filter("use_block_editor_for_post_type", "disable_gutenberg_editor");
    function disable_gutenberg_editor()
    {
    return false;
    }

    and I add post-thumbnails support using following codes.
    add_theme_support( 'post-thumbnails' );

    I cant figure this error please help fix this
    Thanks

    • This topic was modified 2 years, 8 months ago by wsrworld.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Oi. eu espero que você esteja bem. Quando colo o URL da postagem no bate-papo do WhatsApp, ele está apenas buscando o título, mas n?o a imagem em destaque ou qualquer imagem. Em outras plataformas de mídia social como Facebook, Twitter e LinkedIn, n?o há problema. Por gentileza, você pode ajudar com isso?

    A página em que preciso de ajuda:https://ebdinterativa.com.br/

    Preciso de ajuda

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Media Library Error “An error occurred in the upload. Please try again later.”’ is closed to new replies.