Hey there,
i tryied to deactivate polylang template translation but the template are still in multilingual… That’s intended or is a bug?
WHat i want: i ant the templates no to be assigned to a language
BTW i’m trying to deactivate the template translation because there seems to be a bug in the form included in a template with the secondary language. All the data are not sent via automation (like ottokit, zapier etc.).
Thanks for your help!
charaf
February 16, 2026, 2:29pm
2
Hi @tenentecartina ,
Please check out my comment here on how to disable translation for Bricks templates:
Hi @aslotta ,
We generally do not recommend the approach of making Bricks templates non-translatable (see: How to use Polylang with Bricks – Bricks Academy ). However, if you find that this method works well for your setup, you can disable template translation using this filter since it cannot be done directly in Polylang when the setting is defined through wpml-config.xml:
add_filter('pll_get_post_types', function( $post_types, $is_settings ) {
unset( $post_types[ 'bricks_template' ] );
…
1 Like
That worked perfectly, thanks!
Even if is strange that polylang options don’t work