Site logo

Archived topic

metatags, favicon, google scripts

3 replies · Started by laercio on December 5, 2017

Viewing posts 1–4 of 4

Hello!
I´m trying to insert description and keywords metatags, favicon, google scripts tags in wp_head hooks but when saving it takes me to issue mssg page like "Oops! That page can’t be found.
It looks like nothing was found at this location. Maybe try searching?"
What´s going on please?
Tks.

Hi there,

Just to make sure, so you added something in wp_head hook and when you click save it takes you to that page?

What are you adding?

Hello Leo!

<meta name="description" content="my content" />
<meta name="keywords" content="my keywords" />
<link rel="shortcut icon" type="image/x-icon" href="https://hotelfazendarecantoparaiso.com.br/wp-content/uploads/2017/12/favicon.ico" />

I don´t know which hooks module to add javascript google analytics script. It would be just before </body> tag.

Tks.

Just before the closing of body tag would be wp_footer hook.

This archived topic is closed to new replies.