Hi,
I have used widget context on many sites I have designed, but I am having trouble with my latest site.
I am using a static front page using a very simple template...
<?php
/*
Template Name: public
*/
include TEMPLATEPATH . "/index.php";
?>
but I cannot get my widget to show (or hide) only on the front page I have tried checking these options
Front Page
Blog Index
and in target by url using
<home>
home
/
etc...
It just doesn't work in this one case.
Am I doing something stupid?