Site Updates

Well trying to resolve the Junniper Issue as I have called this new idea of the delay in posting comments. I had to work on some of the following code to also fix another issue I was having with creating a google site map system.

The code in the file required to edit was as follows.

$rewritereplace =
array(
date('Y', $unixtime),
date('m', $unixtime),
date('d', $unixtime),
date('H', $unixtime),
date('i', $unixtime),
date('s', $unixtime),
$post->post_name,
$post->ID,
$category,
$author,
$post->post_name,
);

Which Involved changing the code to this.

$date = explode(" ",date('Y m d H i s', $unixtime));
$rewritereplace =
array(
$date[0],
$date[1],
$date[2],
$date[3],
$date[4],
$date[5],
$post->post_name,
$post->ID,
$category,
$author,
$post->post_name,
);


So hopefully that will resolve any issue with that and get my Google Sitemap up and running. Now back to working on the latest write ups of the meaning of life. Not your life. My Life =p It’s fun to be selfish on your own blog sometimes. If you have a blog that is worthy of a nod let me know.

0 thoughts on “Site Updates”

  1. This gets me pondering WTF. I spent a good few hours trying to resolve your issue and tested it.

    Called you left you a message about it. But I have yet to recieve any kind of phone call from you ever. =p

    Oh well. I will just say deal with it for now. I will look into it at a future date. I am waiting for release 2.0.4 of the software that runs this site see if that will fix the issue.

    Until the time comes. We are sticking with 2.0.1.

  2. This gets me pondering WTF. I spent a good few hours trying to resolve your issue and tested it.

    Called you left you a message about it. But I have yet to recieve any kind of phone call from you ever. =p

    Oh well. I will just say deal with it for now. I will look into it at a future date. I am waiting for release 2.0.4 of the software that runs this site see if that will fix the issue.

    Until the time comes. We are sticking with 2.0.1.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.