Hey! Since 5.6.9 there is a duplicate post link feature for all post types. In the changelog there are some filters given. How can I deactivate the feature? I don’t know how to use ‘avia-no-duplicate-post’ …
Appreciate your help. Thanks in advance!
Hey Daniel,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
add_theme_support('avia-no-duplicate-post');
Or you can add it as a PHP snippet in the WP Code plugin
Best regards,
Mike
That makes sense. Thanks, Mike! You may close this.
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard