Hi,

First of all, thank you for the theme. it is great to work on it.

I just have a problem with the Meta.

Usually, I use the meta tag module and I set all my meta in a easy way. But here, the front page is "generated" via the theme, and Even if I set the meta, using meta tag, for the front page, it doesn't change anything.

Do you have any advice ? solutions ?

the website I'm working on is www.jaccoud.ch, you can see that on the others pages, I have a long list of meta but not on the front page.

Please tell me =)

Thank you.

Comments

Ujval Shah’s picture

Status: Active » Closed (fixed)

Hi,

Please add following code to page--front.tpl.php available at bluez/templates folder.

<?php render($page['content']['metatags']); ?>

Example:

<?php render($page['content']['metatags']);  ?> <!-- Invoke Meta Tags -->
<div id="wrapper">

Let me know if you need any help.

Thanks,
Ujval