Alle Artikel

< ?php $teaser = $wpdb->get_results("SELECT * FROM $wpdb->posts, $wpdb->postmeta WHERE $wpdb->posts.ID = $wpdb->postmeta.post_id AND $wpdb->postmeta.meta_key = 'Platz' AND $wpdb->postmeta.meta_value = 'Teaser' AND post_status != 'future' ORDER BY post_date DESC LIMIT 0,6");
foreach($teaser as $post) : setup_postdata($post); ?>

" rel="bookmark">< ?php the_title(); ?>

< ?php the_content('[weiterlesen...]'); ?>

< ?php echo wp_seriesmeta_write(); ?>

» < ?php echo get_post_meta($post->ID, 'Form', TRUE); ?> von < ?php the_author() ?> am < ?php the_time('d.m.y') ?> » in Rubrik(en): < ?php the_category(',') ?>
» < ?php show_post_count(); ?> » " rel="bookmark" title="Permanent Link to < ?php the_title(); ?>">< ?php comments_number('noch kein Kommentar', '1 x kommentiert', '% x kommentiert'); ?> < ?php edit_post_link('_','[',']'); ?>
< ?php endforeach; ?>