is_single = true; header('Content-Type: text/plain; charset=' . get_settings('blog_charset')); while(have_posts()) : the_post(); ?> TITLE: AUTHOR: DATE: cat_name) . "\n"; } ?> STATUS: post_status . "\n"; ?> ALLOW COMMENTS: comment_status) echo '1'; else echo '0'; echo "\n"; ?> ALLOW PINGS: ping_status) echo '1'; else echo '0'; echo "\n"; ?> CONVERT BREAKS: 1 ', $post->post_content, 2); ?> ----- BODY: ----- EXTENDED BODY: ----- post_excerpt)) : ?> ----- EXCERPT: post_excerpt) . "\n"; endif; ?> get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = '$post->ID' AND comment_approved = '1' ORDER BY comment_date"); if($comments) : foreach($comments as $comment) : if(('pingback' == $comment->comment_type) || ('trackback' == $comment->comment_type)): ?> ----- PING: TITLE: URL: IP: BLOG NAME: DATE: comment_content) . "\n"; ?> ----- COMMENT: AUTHOR: EMAIL: URL: IP: DATE: comment_content) . "\n"; ?> ----- --------