Plugin Author
Guido
(@guido07111975)
Hi,
If you don’t activate (check) any settings and only add a meta description, the same description should appear on every post and page. It’s located in the head section of your source code. Did you already check this?
Guido
yes I know. but the description doesn’t appear in the source code in any case.
Plugin Author
Guido
(@guido07111975)
That’s strange.
My plugin uses the wp_head()
function, does your theme-file header.php contain this function?
If you don’t have a clue, which theme are you using?
Guido
thank you so much, the problem is solved. I added <?php wp_head(); ?> to the header
Plugin Author
Guido
(@guido07111975)
Many functions (core, theme, plugin) will not work properly without the wp_head() and wp_footer() function. Both are very important!
Guido