I have:
- created a new site in MSM
- duplicated a channel and it’s fields. Not the entries, though.
- created an entry in the newly duplicated channel.
- duplicated a template.
In the template, there is the following code - which worked perfectly in the existing site:
{exp:weblog:entries weblog="weblog_name"}
{custom_field}
{/exp:weblog:entries}But now in the new site - which has the same custom field name - I can’t display any custom fields.
If I put {title} in the loop, that outputs just fine. The custom fields just output literally {custom_field} with curly braces.
So, the entries are definitely being read. There’s just a problem with the fields.
But as far as I can tell, the channel is associated to the field group just fine.
Is there any advice you can give? Or steps to troubleshoot this?
Thanks!