Show posts:
0) { ?>
 
 to    
"; $arc_sql="SELECT DISTINCT YEAR(post_date), MONTH(post_date) FROM $tableposts ORDER BY post_date DESC"; $querycount++; $arc_result=mysql_query($arc_sql) or die($arc_sql."
".mysql_error()); while($arc_row = mysql_fetch_array($arc_result)) { $arc_year = $arc_row["YEAR(post_date)"]; $arc_month = $arc_row["MONTH(post_date)"]; echo "\n"; } } elseif ($archive_mode == "daily") { echo ""; if (!isset($start_of_week)) { $start_of_week = 1; } $archive_week_start_date_format = "Y/m/d"; $archive_week_end_date_format = "Y/m/d"; $archive_week_separator = " - "; $arc_sql="SELECT DISTINCT YEAR(post_date), MONTH(post_date), DAYOFMONTH(post_date), WEEK(post_date) FROM $tableposts ORDER BY post_date DESC"; $querycount++; $arc_result=mysql_query($arc_sql) or die($arc_sql."
".mysql_error()); $arc_w_last = ''; while($arc_row = mysql_fetch_array($arc_result)) { $arc_year = $arc_row["YEAR(post_date)"]; $arc_w = $arc_row["WEEK(post_date)"]; if ($arc_w != $arc_w_last) { $arc_w_last = $arc_w; $arc_ymd = $arc_year."-".zeroise($arc_row["MONTH(post_date)"],2)."-" .zeroise($arc_row["DAYOFMONTH(post_date)"],2); $arc_week = get_weekstartend($arc_ymd, $start_of_week); $arc_week_start = date($archive_week_start_date_format, $arc_week['start']); $arc_week_end = date($archive_week_end_date_format, $arc_week['end']); echo "\n"; } } } elseif ($archive_mode == "postbypost") { echo ''; echo '"; ?>

[ $authordata[13]) or ($user_login == $authordata[1])) { echo " - Edit"; echo " - post_title."\'\\n \'Cancel\' to stop, \'OK\' to delete.')\">Delete "; } ?> ]
by (), in
"; the_excerpt(); echo '
'; if ($safe_mode) echo ""; ?> "; the_content(); if ($safe_mode) echo ""; ?>

comments

comment_ID); ?>

( / ) (IP: )

@ $authordata[13]) or ($user_login == $authordata[1])) { echo "[ Edit"; echo " - Delete ]"; } ?>

Error: please fill the required fields (name & comment)

"; ?>

Leave Comment

" />




Show posts:
-1) { ?>
 
 to