2013-11-24, 23:22:57
(2013-11-05, 06:49:44)Carlos Wrote:(2013-11-05, 03:10:37)plazma Wrote: I tried this and it did not work. I added manually the code to all pages and it started working instantly.
What is that <?php get_header(); ?> tag about?
It's a template tag that must (or may) be in the <header> of your template. It is required by some plugins (like this) to insert their code or scripts there.
So I have to place the code:
<header><?php get_header(); ?></header>
into every page?