' . "\n"; echo '' . "\n"; echo '' . "\n"; echo ' '; printf(__('%1$s - Comments on %2$s', 'german_newspaper'), get_option('blogname'), the_title('','',false)); echo ' ' . "\n\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo '' . "\n\n"; echo '' . "\n\n"; echo '

' . get_option('blogname') . '

' . "\n"; echo '

' . __('Comments', 'german_newspaper') . '

' . "\n"; echo '

' . __('RSS feed for comments on this post.', 'german_newspaper') . '

' . "\n"; if ( 'open' == $post->ping_status ) { echo '

'; printf(__('The URL to TrackBack this entry is: %s', 'german_newspaper'), get_trackback_url()); echo '

' . "\n"; } // this line is WordPress' motor, do not delete it. $commenter = wp_get_current_commenter(); extract($commenter); $comments = get_approved_comments($id); $post = get_post($id); if ( !empty($post->post_password) && $_COOKIE['wp-postpass_'. COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie echo (get_the_password_form()); } else { if ( $comments ) { echo '
    ' . "\n"; foreach ( $comments as $comment ) { echo '
  1. ' . "\n"; comment_text(); echo '

    '; comment_type(__('Comment', 'german_newspaper'), __('Trackback', 'german_newspaper'), __('Pingback', 'german_newspaper')); echo ' '; printf(__('by %1$s — %2$s @ %4$s', 'german_newspaper'), get_comment_author_link(), get_comment_date(), get_comment_ID(), get_comment_time()); echo '

    ' . "\n"; echo '
  2. ' . "\n"; // end for each comment ?> } echo '
' . "\n"; } else { // this is displayed if there are no comments so far echo '

' . __('No comments yet.', 'german_newspaper') . '

' . "\n"; } if ( 'open' == $post->comment_status ) { echo '

' . __('Leave a comment', 'german_newspaper') . '

' . "\n"; echo '

'; printf(__('Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: %s', 'german_newspaper'), allowed_tags()); echo '

' . "\n"; echo '
' . "\n"; if ( $user_ID ) { echo '

'; printf(__('Logged in as %2$s. Log out »', 'german_newspaper'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, get_option('siteurl') . '/wp-login.php?action=logout'); echo '

' . "\n"; } else { echo '

' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo '

' . "\n"; echo '

' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo '

' . "\n"; echo '

' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo '

' . "\n"; } echo '

' . "\n"; echo ' ' . "\n"; echo '
' . "\n"; echo ' ' . "\n"; echo '

' . "\n"; echo '

' . "\n"; echo ' ' . "\n"; echo '

' . "\n"; do_action('comment_form', $post->ID); echo '
' . "\n\n"; } else { // comments are closed echo '

' . _e('Sorry, the comment form is closed at this time.', 'german_newspaper') . '

' . "\n"; } } // end password check echo '
' . __('Close this window.', 'german_newspaper') . '
' . "\n"; } // if you delete this the sky will fall on your head // echo '

'; timer_stop(1); echo ''; printf(__('Powered by WordPress', 'german_newspaper'), 'http://wordpress.org/'); echo '

' . "\n"; // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) echo ' '; ?>