Hello,
Running 2.4.0 using MSM.
I have two sites. SiteA and SiteB
On Site A I have a template which contains the following:
TEST on {site_short_name}
{exp:channel:entries site="my_site_a" channel="news_ticker" dynamic="no"}
{if no_results}No results{/if}
{title}
{/exp:channel:entries}If I embed this template and view it on Site A I get the desired results. (i.e. It works and shows entries)
If I view this template on Site B it shows no results except for the ‘TEST on site short name’ which shows it’s pulling in the embedded template correctly but it’s not parsing the template tags? Also tried it as a global snippet with the same results.
Am I missing something obvious here?