Mir ist gerade aufgefallen, das in meinen News Content immer nur 2 News geposted werden alle darunter werden einfach darunter gepostet. Dann ist natürlich der BG weg! Bittel helfen hier ist der Links meiner Seite:
VANESSA ANNE ONLINE • YOUR BEST SOURCE FOR VANESSA HUDGENS
Der letzte artikel wird nicht mehr im news content angezeigt.
PHP Script
HTML
<div style="background-color: #ffffff"><?php
get_header();
?>
<div class="main-box-news">
</div>
<div alingn: "center">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
</div>
<div class="main-box-body" id="post<?php the_ID(); ?>"><div class="post-title">• <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></div>
<div class="post-status">Posted by <b><?php the_author() ?></b> am <?php the_date('','',''); ?>| Kategorie: <?php the_category(',') ?>• <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?></div>
<div style="margin-bottom: 10px;"><?php the_content(__('(more...)')); ?></div></div>
<!--start-->
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<center><?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?></center>
<?php get_footer(); ?>
</div></div></div>
</div>
Alles anzeigen
CSS Script: