Thread Starter
pabadi
(@pabadi)
Ok. Thanks anyway for helping out.
Thread Starter
pabadi
(@pabadi)
I changed it to just
<div class="pagination">
<?php previous_posts_link(__('Newer')); ?>
<?php next_posts_link(__('Older')); ?>
</div>
But it’s still doing the thing where I click “older” and it changes the url to index.php/page/2/ but displays the first page.
Thread Starter
pabadi
(@pabadi)
Oooh, I see. I’m working with the Sight-working theme. Not sure where it was downloaded or if it’s been modified (my guess is yes), I’m picking this project up from someone else. I’m going to try to see if removing one of the sets does anything (I have the original code copied into Notepad so I’m not worried about messing the entire thing up).
Thread Starter
pabadi
(@pabadi)
You’re going to have to talk about this to me like I’m 10 years old, I honestly have not done any of this before.