Hi Everyone,
I’m a newbie to Expression Engine and need some advice.
I’ve created a global embed with info that I would like to display on all pages.
{exp:channel:entries channel="our_club" category="10" }
{our_club_intro} View Map
{/exp:channel:entries}
This is the code within the gobal template
{embed="global_embeds/meeting"}
I have created 2 template my_site/our_club and my_site/our_club2 to create a read more effect.
The template my_site/our_club displays the content from {embed="global_embeds/meeting"} The read more uses this code > Read More. The read more works perfectly.
On the my_site/our_club2 the content from {embed="global_embeds/meeting"} does not display. All other Channel content is displayed
I have copied the code from the {embed="global_embeds/meeting"} and placed it directly into the my_site/our_club2, and it still does not display.
The EE version is v2.3.1
Cheers,
Clipper