• Recent Posts

      have_posts()) : $my_query->the_post(); ?>
  • Categories

  • Recent Comments

      comments LEFT OUTER JOIN $wpdb->posts ON ($wpdb->comments.comment_post_ID = $wpdb->posts.ID) WHERE comment_approved = '1' ORDER BY comment_date DESC LIMIT 8"; $comments = $wpdb->get_results($sql); $output = $pre_HTML; foreach ($comments as $comment) { $output .= "\n
    • ID) . "#comment-" . $comment->comment_ID . "\" title=\"on " . $comment->post_title . "\">" .strip_tags($comment->com_excerpt). "...
      " . "Said ".$comment->comment_author." on ".strip_tags($comment->comment_date)."
    • "; } $output .= $post_HTML; echo $output; ?>
  • Calendar