I’m administering a site that I had built ‘by hand’ with html, css & some simple php, but which has been re-built by an EE developer team. I’m new to EE and reality hasn’t yet allowed me the luxury of ‘reading the manual’. I’ve searched this forum regarding my question, but didn’t find much. So, with apologies for my very limited understanding…
I believe that I need to use php within a div on the home page to display some info parsed from xml. I don’t want this info to display anywhere else on the site. The home page uses a template named site/index, and quite a number of other pages use this template as well. I enabled php for that template, but any php I put into the source for the home page (cclighthouseschool.org) got displayed by EE as messed-with text. I eventually figured out that I could put php in the template, but not in the source for the page based upon that template.
Do I need to base the home page on a new template that no other page uses? Would nesting templates be helpful? Is there a simpler way?
Thanks in advance for any tips!