I guess my first question before I go any further would be, Is it good practice to embed the html header content for my website? The javascript, css links, meta is the same through-out my site so I figured it would be a good idea to create a separate template and embed this information using the {embed} ‘includes’ method.
If this is a yes, then here’s my REAL question:
I have figured out how to pass the location of visitors to the <title> section in the embeded header by assigning variables and passing them in the embed code snippet, but I haven’t figured out how to pass a article title based on the visitors location to the <title> header section.
Since the page is rendered before embeded templates, I can’t for the life of me figure out how to get my embeded header to parse the EE tag for article titles to place them in the <title> header section to in turn place them in the browser window.
Did that make sense, or am I talking non-sense?
Thanks…