I’m not sure if this is really a Tome problem but thought I’d try here first. In fact, I’m sure it’s a MY code problem but likely related to my misuse of Tome… 😊
The fun part is this is only happening on the home page.
Here’s my code:
{exp:weblog:entries category="{static_page}" dynamic="off"}
<title>{title} - PCCG</title>
{/exp:weblog:entries}
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
{exp:weblog:entries category="{static_page}" dynamic="off"}
{if meta_description != "" || meta_description2 != ""}
<meta name="description" content="{meta_description}{meta_description2}" />
{if:else}
<meta name="description" content="Information about visiting and exploring blah." />
{/if}
{if meta_keywords != "" || meta_keywords2 != ""}
<meta name="keywords" content="{meta_keywords}{meta_keywords2}" />
{if:else}
<meta name="keywords" content="blah, blah, blah" />
{/if}
{/exp:weblog:entries}
There are custom fields in the admin for entering meta info for each page. Works fine on all pages but the home page. It appears to grab the actual info and then two sets of the defaults. you can see the output here: http://portlandchinesegardens.org/ which is the same as http://portlandchinesegardens.org/home
Any thoughts?
Thank you, Will
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.