WordPress 2.0 link_pages function not working
-
Hello everyone,
On my WordPress 1.5.2 blog that I recently upgraded to version 2.0, I can see only one page’s worth of Categories and Archives. Here is my blog URI:
I’m using Mike Cherim’s Beast-Blog theme, which I think is terrific. However, this is the code I have on my single post template page:
<div class="entrytext">
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?><?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
</div>
Because I post entries to my weblog almost every day, I should have at least two dozen entries for each monthly archive link.
Under Options > Reading in my WordPress admin console, I have Show at Most: 7 days configured.
Thanks very much for any help you can provide.
Sincerely,
Tim Warner
- The topic ‘WordPress 2.0 link_pages function not working’ is closed to new replies.