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
{$thread.customFields.getFormattedValue('disableAds')} OR {$thread.customFields.disableAds}
I dont know what I am doing wrong, I search everywhere only find above 2 solutions thats not working for me
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
{$thread.customFields.getFormattedValue('disableAds')} OR {$thread.customFields.disableAds}
I dont know what I am doing wrong, I search everywhere only find above 2 solutions thats not working for me