How to get BBclone working?
-
Hi! I want to let BBclone work with WordPress. De index is not a problem, if you visit it is shows that visit in BBclone.
Now i want to count the visits on single.php, i want BBclone create a link to that post with the title of that post…Some got an idea? This is the code that i need to put in single.php…
code
<?php
define("_BBC_PAGE_NAME", "WHAT DO I HAVO TO DO HERE???");
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get BBclone working?’ is closed to new replies.