Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: RSS feed

    well the weird thing is, when i put the URL in (without the feed:), i get a blank page. Check the page source, and all you get is <html><body></body></html>. That can’t be right, XML needs a doctype, and since when has the RSS standard used <html> and <body> tags?

    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)