Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor W3 Eden, Inc.

    (@w3eden)

    It is probably due to conflict with any URL redirection plugin you are using there. But not the Yoast SEO. Yoast SEO works fine with wpdm. However, please use the following code to resolve the conflict:

    add_filter("wpdm_download_url_base", function($base){ return home_url('/'); });

    Plugin Contributor Shafaet Alam

    (@shafayat-alam)

    It is probably due to conflict with any URL redirection plugin you are using there. But not the Yoast SEO. Yoast SEO works fine with wpdm.

    However, please use the following code to resolve the conflict:

    add_filter("wpdm_download_url_base", function($base){ return home_url('/'); });

    Thread Starter coimbra

    (@coimbra)

    Hi, w3 and Shafaet, I do not use any plugin to redirection.

    But I put this in functions?

    Thread Starter coimbra

    (@coimbra)

    I put in functions, it works, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘YOAST and Download Manager?’ is closed to new replies.