Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 12thharmonic

    (@12thharmonic)

    Appologies to all who went here and the links were bogus.
    As with anything new (a new plug in)
    it corrupted my links.
    Sorry…Plug in disabled…
    Thank you
    Jon

    Hi…

    I’ve updated Qurinius since this was posted. So far i run it on my wordpress blog and see no critical problems.

    Qurinius can be downloaded from https://qurinius.john15.net, and this is what i added to my theme index page:

    <?php
    $qur_id = trim(wp_title(”, false));
    if ($qur_id == NULL) {
    $qur_id = “index”;
    }
    echo “<!– $qur_id –>”;
    include(“qurinius/counter.php”);
    ?>

    to work, it has to come after the section that looks like this:
    <?php
    get_header();
    ?>

    that will list id’s based on the page name, but if needed you can change it to suit your setup.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Qurinius Counter Adapted to wordpress’ is closed to new replies.