My wife bought a house and I had to replace the mouse with the rotary hammer for a while. I’ll need another few weeks before I can get back to my WP themes. Just letting you know that this site and the themes are still being maintained. Theme updates and new themes are coming soon – stay tuned. Here’s a little preview of the next theme, it has multi level drop downs for pages and cats, avatars built in, author comment highlighting, and a few other things:
Had to take a little timeout
2
comments so
far
Subscribe to the comments feed • Both comments and pings are currently closed.
April 13th, 2008 at 5:11 pm
Hello, you can add the next/previous links like this:
In themes/bytesforall/index.php
at around line 21
FIND
<?php endwhile; ?>
and ADD AFTER
<div class="navigation">
<span class='older'>
<?php next_posts_link('« Older Entries'); ?>
</span>
<span class='newer'>
<?php previous_posts_link('Newer Entries »'); ?>
</span>
</div>
April 12th, 2008 at 11:09 pm
I like your themes. I am currently using it for my websites. I have a question…How to I get a link to older posts to come up?
For example if you visit my site http://www.animerampage.com and go to bleach anime(category) it has hundreds of posts in it. However i can only access the latest ones and cant get to episode 1. Thanks for your nice themes!