Replies: 0
Hi, i’ve used this plugin some time ago without problems; now I need it again but I’ve noticed a strange behavior… even on a fresh WP without plugins, if I run a simple test like this:
$test = is_home();
return $test;
on the homepage, it returns FALSE.
I’m missing something? Where I’m wrong?
Thanks!