I put this…
<?php
define(“_BBC_PAGE_NAM”, “index.php”);
define(“_BBCLONE_DIR”, “bbclone/”);
define(“COUNTER”, _BBCLONE_DIR.”mark_page.php”);
if (is_readable(COUNTER)) include_once(COUNTER);
?>
…after “get_header()” and before “div id=”content” in index.php of the default template and it seems to work fine. I had it in the root index.php and didn’t even notice it wasn’t working until I saw this thread and checked it out.
datter