I added the code below to page.php to get category 5 to allways show up on pages. Only problem is that <!–more–> does’nt work.
<!– NEWSFEED –>
<?php query_posts(‘cat=5’); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<!– <div class=”hr2″><hr /></div> –>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”entry”>
<?php the_content(‘Read the rest of this entry »’); ?>
</div>
<small><?php the_time(‘j M Y’) ?> » <?php the_category(‘, ‘) ?> <?php edit_post_link(‘ >>>REDIGERA<<<‘); ?><!–<?php the_author() ?>–></small>
<div class=”hr”><hr /></div>
</div>
<?php endwhile; ?>
<?php endif; ?>
<!– /NEWSFEED –>
bloodkin,
Actually you might wanna try:
<br clear=”all”/>
Remember to change this in your archive.php page.
This works in Firefox, Safari and Internet Explorer on OSX 10.4