Hi,
I need to insert a couple of meta-infos into my header section, but on the homepage only. I’m using a static page as home; I entered the same page in Enfold’s settings and in the WP reading options, but is_home is_ignored by Enfold :-9
Is there a way to insert a code snippet in the head section of them homepage only?
greetings in thank you in advance,
Ritchie
Hey datadirt!
See: http://codex.wordpress.org/Function_Reference/is_home vs https://codex.wordpress.org/Function_Reference/is_front_page
Try using the is_front_page instead.
Cheers!
Devin
Hi Devin, thanks a lot!!! Works like a charm now :-)