Re: News Control
On my blog sidebar is the search which shows up on top of the site.
the file you mentioned has this on the news part:
***
<div class=”widget” id=”latest-news”>
<h2 class=”widgettitle”>News</h2>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”item-options”>
<div class=”alignleft”><?php previous_post_link(‘« %link’) ?> </div>
<div class=”alignright”> <?php next_post_link(‘%link »’) ?></div>
</div>
***
Sorry to be blaise but what should I do so that it shows the post of a certain blog only? as of now it shows a random post from a member blog.
Thanks.