Bittersweet Theme Not Indexing Previous Posts
-
Hi I need help with my set https://www.myteenutopia.com
WARNING ADULT CONTENT 18+I’m using the Bittersweet theme by Headsetoption (link)
I’m trying to setup the index page of my site with a “previous posts” link at the bottom. I’ve searched and followed the tutorials and I’m using this code.
<div class="navigation"> <div class="right"><?php previous_posts_link('« NEXT ENTRIES') ?></div> <div class="left"><?php next_posts_link('PREVIOUS ENTRIES »') ?></div> </div>
It seems to be working in theory, as it generates the link https://www.myteenutopia.com/page/2/ the problem is when this page loads it’s just the same as my index page. It’s not pulling the older posts. If I switch to any other theme the /page/2/ link will work correctly and pull the older links
So I need a little help, does anyone have a clue why the Bittersweet theme is not working for me?
- The topic ‘Bittersweet Theme Not Indexing Previous Posts’ is closed to new replies.