Posts: 457
Name: Randy
Location: Northern Wisconsin
|
The next previous code should look "similar" to this:
PHP Code:
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
Read the link Chris listed. It has all the options.
We would need to see your entire home page code to see how your posts are displayed(make sure it is index.php, it could be home.php OR a page you have set to be the home page OR lots of themes allow a choice of home page styles.).
If there is a "custom" loop in place (something that might look like query_posts(); on the home page) then it will override your site options in the admin area.
Quote:
|
Well, designer is not cool. Never response again.
|
If your theme is a free theme I doubt the owner will respond. They get 1000's of downloads of their theme which leads to 1000's of questions I am sure, there is no way they could get back to every single question.
|