Recent Posts by admin
Posted by
get_row("SELECT comment_count as count FROM wp_posts WHERE ID = '$postID'"); $commentcount = $comments->count; if($commentcount == 1): $commenttext = 'comment'; endif; if($commentcount > 1 || $commentcount == 0): $commenttext = 'comments'; endif; $fulltitle = $title.' '.$commentcount.' '.$commenttext.''; ?>
'; }else { echo ''; }?>
]+./','', ob_get_contents()); ob_end_clean(); echo $postOutput; ?>