Sponsors

  • Link1
  • Link2
  • Link3
  • Link4

Subscribe

syndicates its weblog posts and Comments using a technology called RSS (Real Simple Syndication). You can use a service like Bloglines to get notified when there are new posts to this weblog.

get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 10")): ?>
    • post_title == '') $post->post_title = sprintf(__('Post #%s'), $post->ID); echo "
    • "; the_title(); echo '
    • '; } ?>
  • get_results("SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM $wpdb->comments WHERE comment_approved='1' ORDER BY comment_date_gmt DESC LIMIT 5") ) : ?>
    • ' . sprintf('%s on
      %s', get_comment_author_link(), '' . get_the_title($comment->comment_post_ID) . ''); echo ''; } ?>