2018-11-02, 23:43:48
(2018-11-01, 04:41:29)Carlos Wrote:(2018-10-31, 23:08:21)platinum Wrote: Carlos,
thanks for your message, at first.
I use "Elegance" template.
If, in template.php file, I change "get_header" to "nm_get_header":
I have not a specific "canonical url" (=specific page url) for each post,
but i simply have not "canonical url" for all post created by News Manager!!
pleaase can help me?
where is the error?
I've just tested with the Elegance theme, and it works ok. After replacing<?php get_header(); ?>
by<?php nm_get_header(); ?>
, the line<link rel="canonical" href=...
is present in single post pages.
By the way, if News Manager 3.6 is working for you then you are not using GetSimple 3.0 - it would simply crash. Last plugin version that worked with GS 3.0 was NM 3.3.x.
(2018-11-02, 05:28:41)Carlos Wrote:nm_get_header()
should work, unless you call it with parameterfalse
.
?
sorry
where i see if parameter is true or false ???
in template.php file (of "Elegance" template)?
or where?