I want to get custom thread value in page_container field
First I created custom thread field
Now I want to get this custom field value in page_container template
I tried this:
{$thread.custom_fields.getFormattedValue('disableAds')} OR {$thread.custom_fields.disableAds}
and...