"Older Entries" & "Newer Entries" doesn't appear. Code ignored?
-
Hi!
I use this code to get the classic navigation menue at the end of the page:<?php endwhile; ?> <div class="text_datum"> <?php next_posts_link('? Older Entries') ?> <?php previous_posts_link('Newer Entries ?') ?> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
But the navigation doesn’t appear. This is the output: https://www.conceptualisms.org/main/
Acutally I’d like to have a navigation that only shows the “Newer Entries” if there are actually newer entries of the same category. But I thought it might be a good idea to start with this simple code to see, if it works in general. It does not, and it’s really frustrating me. I would be thankful for any help.Kind Regards
Pat
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘"Older Entries" & "Newer Entries" doesn't appear. Code ignored?’ is closed to new replies.