I get that same problem in the default template, and did when I used Kubrick in 1.2 as well. Jus tin Firefox for some reason.
datter
http://www.datter.com
Thread Starter
datter
(@datter)
Ryans fix seems to have done it for me, thanks very much.
Thread Starter
datter
(@datter)
Great link, I tried it and it is indeed broken. The trackback doesn’t seem to go out from my site to the other one.. I checked in the moderation queue there as well. Any idea what might be wrong now, that wasn’t wrong in 1.2? (they worked fine then)
thanks
datter
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