Hi. I think this theme is wonderful, everything is awesome except for no "next page" or "previous page" link at the bottom of the site. What would the code be to fix that and where would I insert the code at?
Submitted by grayingtech on March 22, 2007 - 12:43pm.
Thanks, Brian. The code worked perfectly. I appreciate your quick responses. If this is any sign of performancing's support of its themes, I think you'll have great success.
Answer
Go into the home.php file and find the following code:
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>Add this after it:
<?php posts_nav_link(' — ', __('« go back'), __('keep looking »')); ?>Solved
Thanks, Brian. The code worked perfectly. I appreciate your quick responses. If this is any sign of performancing's support of its themes, I think you'll have great success.
Response
Yes it is. We want this to be a place people feel they can ask questions, because they know they'll get answers.
Post new comment