However, since I added and edited my events in a non linear process, the next previous links don’t transition in strict calendar order, which is what I want. They skip around based on some as yet undetermined (by me) index.
In a clone test site, I tried changing (one at time) the em_events database entries “event_id” and “post_id”. I did this carefully, making sure not to create any duplicates. In looking at the database I was able to determine that the events proceeded properly until there was a discontinuity in the event_id. I was able to adjust the event_id in the database so that the next event had the proper event_id sequence. However, when transitioning through the events after the change, the next link did not change at all. Even though its event_id was different. I repeated the test using post_id but that had no affect either.
Any suggestions?
https://www.ads-software.com/plugins/events-manager/
]]>I have a small problem to find the correct if-statement to show different behaviour for the next and previous link in single.php.
For all categories which is showned beside category id=22 I want this:
<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'twentyeleven' ), FALSE, '22'); ?></span>
<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ), FALSE, '22'); ?></span>
which works fine
but for category with id=22 I want this:
<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'twentyeleven' ), TRUE, '22'); ?></span>
<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ), TRUE, '22'); ?></span>
So which if-statement should I use in single.php to get this to work?
Per
]]>Thx
https://www.ads-software.com/extend/plugins/my-posts-order/
]]>The next/previous link at the bottom of my blog is not working. After clicking this https://www.easyenglishlearning.org/page/2/, the page is coming blank. Please tell me how to fix it and where should I go to fix it.
in the loop.php, I found a code which looks it’s responsible for doing this but could not find any fault. please help me to fix it. The code i found is something like this in the loop.php. Am i on the right page?
<div class=”nav-previous”><?php next_posts_link( __( ‘<span class=”meta-nav”>←</span> Older posts’, ‘absolum’ ) ); ?></div>
<div class=”nav-next”><?php previous_posts_link( __( ‘Newer posts <span class=”meta-nav”>→</span>’, ‘absolum’ ) ); ?></div>
</div><!– #nav-above –>
<?php endif; ?>
Kalyan
]]>The theme does not have a next and previous post link. So if a user is reading one post and wants to navigate to the next or previous post, he can’t do that. How can I add a next post and previous post link on my blog.
]]>the blog has been running fine all summer but theres been one niggly thing that is now beoming an issue and thats not having the next/previous links – it means that no-one can see more than 10 posts irrespective of whether they use the archive, category, search etc – ive looked in the php files and i cant see anything thats been commented out so i’m looking for the code i need to add (i assume in the footer file)
cheers
]]>