Artikel über einem festgepinnten Artikel anzeigen
Hallo zusammen!
Es gibt bei Wordpress ja die Möglichkeit, einen Artikel oben 'fest zu pinnen'!.
Nun bin ich gerade dabei, mein joomla-Portal nach Wordpress zu portieren, und möchte mit dem Willkommensartikel so verfahren.
Allerdings würde ich es gerne so haben, das der letzte Artikel über und nicht unter dieser Willkommensnachricht angezeigt wird!
Wie kriege ich das hin? Anbei mal der Code! Momentan wie gesagt wird der aktuellste Artikel unter dem festen angezeigt:
<?php
if (prinz_get_option('prinz_slider')) { ?>
<?php $slider_query = new WP_Query('cat='.get_cat_id(prinz_get_option('prinz_slidercat')).'&showposts='.prinz_get_option('prinz_slidernum').''); ?>
<?php while ($slider_query->have_posts()) : $slider_query->the_post(); ?>
" rel="bookmark" title="<?php the_title(); ?>">
<?php if(get_post_meta($post->ID, "sliderimage_value", true)) : ?>
<img src="<?php echo get_post_meta($post->ID, "sliderimage_value", true); ?>" alt="<?php the_title(); ?>" />
<?php endif; ?>
<?php endwhile; ?>
<?php } else { ?>
<?php $lead_query = new WP_Query('cat='.get_cat_id(prinz_get_option('prinz_lead')).'&showposts=1'); ?>
<?php while ($lead_query->have_posts()) : $lead_query->the_post(); ?>
" rel="bookmark" title="<?php the_title(); ?>">
<?php the_title(); ?>
<?php if (prinz_get_option('prinz_usetimthumb')) { // this function is used for the thumbnail image if TimThumb is activated
postimage(prinz_get_option('prinz_leadimage_width'),prinz_get_option('prinz_leadimage_height'));
}
else
if (function_exists('has_post_thumbnail') && has_post_thumbnail() ) { // this is the default WordPress post thumbnail function
the_post_thumbnail(('lead-image'), array('class' => "alignleft"));
} ?>
<?php the_time(__('M jS, Y', PRiNZ_DOMAIN)); ?>
<?php if( is_sticky() ) :
global $more; $more = 1; the_content(); $more = 0;
echo '
Aktuellster Beitrag:';
else :
the_excerpt();
endif; ?>
<?php endwhile; ?>
<?php wp_reset_query(); ?>
<?php } ?>
Relevant wäre hier der div Leadcontainer!
Danke schon mal im voraus und ein frohes Fest!
Das Regional-Magazin für Lüneburg und die Region:
salzsau-panorama.de
Beitrag erstellen
EinloggenKostenlos registrieren