' . "\n"; if ( have_posts() ) { while ( have_posts() ) { the_post(); echo '
' . "\n"; echo '

' . get_the_title($post->post_parent) . ' » ' . the_title( '', '', false) . '

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

' . wp_get_attachment_image( $post->ID, 'medium' ) . '

' . "\n"; echo '
' . "\n"; // this is the "caption" if ( !empty($post->post_excerpt) ) { the_excerpt(); } echo '
' . "\n"; the_content('

' . __('Read the rest of this entry »', 'german_newspaper') . '

'); wp_link_pages(array('before' => '

' . __('Pages:', 'german_newspaper') . ' ', 'after' => '

', 'next_or_number' => 'number')); echo ' ' . "\n"; echo '
' . "\n"; echo ' ' . "\n"; echo '
' . "\n"; echo '
' . "\n\n"; comments_template(); } } else { echo '

' . __('Sorry, no posts matched your criteria.', 'german_newspaper') . '

' . "\n"; } echo '' . "\n\n"; get_footer(); ?>