post Navigation


Author Message
Cool

Posted: 1/4/2010
Quote message 

When i do the instruction http://xxxx.xxxxxx.com/?cat=8 in wp i get on a page al the post messages from that categorie.
When i click on a post I get the full post with in the upper right and left corner a link to the next post.

Here's the problem...He's browing all the post messages and not only the one's that belog to the category.
Can we remove this in Artisteer or wordpress... link in the upper corner to go to the next are previous post ?

kind regards
Cool

 
Garry

Posted: 1/4/2010
Quote message 

I think you can remove that next and previous links by removing following code from your single.php:

<div class="navigation">
<div class="alignleft"><?php echo $prev_link; ?></div>
<div class="alignright"><?php echo $next_link; ?></div>
</div>

 
Cool

Posted: 1/5/2010
Quote message 

I'm gone try that Gary.
Is it not possible to browse only the post from that categorie ?
(Seems logic to me...)

Thanks