how can i remove the “previous” and “next” link for a particular post ??
]]>We appreciate your plug-in very much. We are waiting for a new update.
]]>Please upade this plugin, its very useful ever in 2019
]]>Hi,
How can i translate the Next/Previous link with polylang?
Thank you!
Regards,
Miguel
Hello, Today I published new article on my wordpress site and get this error: Notice: Trying to get property of non-object in /wp-content/plugins/wp-post-navigation/wp-post-navigation.php on line 32
Where is the problem?
Thanks,
Hello, I’ve got the same problem as this locked topic from @rejhina…
Is there anything we can do to fix it. Basically if I have 3 posts with the same category, the “middle” post doesn’t show both the next AND the previous buttons…
Otherwise a great plugin!
Thanks a lot
https://www.dailydose.rankubator.com
Twenty Sixteen Child Theme
Hello ?? Your plugin is fantastic! I have been trying to write my own solution and finally found yours. It works.
My theme needs the navigation to display in the footer, is there any way to do this? It appears to be wrapped inside the post wrapper.
Any help is appreciated.
Thank you!
]]>Hello!,
the plugins works just fine; yet, if the posts are alphabetically sorted in the category page, then the navigation just doesn’t match the next/previous post because they are browsed based on their post ID. Is there a simple workaround (that does not imply not sorting the posts in the category page, obviously)?
Regards.
]]>Hi. When I visit a page with my smartphone, there is a line break between the previous and the next content.
Also there is a line break between the title and the arrow.
How can I fix this?
Hi,
I like your plugin, works great … with one exception:
In case of a post, splitted into several pages by <!��nextpage–>, the WP-Post Navigation links appear ABOVE the in-post-navigation instead of BELOW.
example: https://mobiwatch.net/review-honor-6-plus-5-5-giant-with-mega-battery/3/
I already checked this FAQ and found several similar post, but none of them was answered.
And I already asked that question ind the WordPress forum, but they told be, I have to contact you as the developers of that plugin.
So here I am and hope, your can help me with that.
To make it clear: the order should be:
– post content
– in-post navigation (Page 1, 2, 3 ��)
– post-by-post navigation (next post / previous post)
So I really hope you can help me with that!!!
Thanks in advance an kind regards,
Lutz
I added the post thumbnail to the plugin, only the “Top” version which is what I needed. Here is the code if you are interested in adding this as a feature.
in load_settings:
$pre_post_thumb = $pre_post->ID!=""?get_the_post_thumbnail($pre_post->ID, array(50,50)):'';
$next_post_thumb = $next_post->ID!=""?get_the_post_thumbnail($next_post->ID, array(50,50)):'';
$this->config["preThumb"] = $pre_post_thumb;
$this->config["nextThumb"] = $next_post_thumb;
in WP_Pre_Next_Navigation:
case "top":
return '<div class="wp-post-navigation">
<div class="wp-post-navigation-pre'.$this->config["hasImage"].'">
'.'<span style="float:left;padding-right:5px">'.$this->config["preThumb"].'</span>'.$this->config["prePost"].'
</div>
<div class="wp-post-navigation-next'.$this->config["hasImage"].'">
'.'<span style="float:right;padding-left:5px">'.$this->config["nextThumb"].'</span>'.$this->config["nextPost"].'
</div>
</div>'.$content;
break;
]]>
Hi,
Just to let you know:
Notice: Use of undefined constant WPPostNavigation - assumed 'WPPostNavigation' in /var/www/wp-content/plugins/wp-post-navigation/wp-post-navigation.php on line 19
Regards
]]>Does anyone know if there is a way to eliminate the read more button?
]]>Hi,
Where can I find the urls to add to the Previous Post Image and Next Post Image boxes in the settings of WP Post Navigation?
The example says: https://www.ApnaGoogle.com/previous.png, I have tried with my url (https://www.myurl.com/previous.png) but that does not work.
Thanks
]]>Here’s a screenshot of what’s happening on latest posts:
Please help!
]]>As title, because I add a CSS attribute–background color to .wp-post-navigation-pre and .wp-post-navigation-next div, if the post object is empty, it would end up with a pure colorful div with no things in it.
Can anybody help me?
]]>Hi,
I had issues with “navigation within category” function, it simply ignored it, and I found that changing:
$next_post = get_next_post($navi);
$pre_post = get_previous_post($navi);
to
$next_post = get_next_post($navi, '', 'categories');
$pre_post = get_previous_post($navi, '', 'categories');
in wp-post-navigation.php fixed my issue.
Just to make you aware ??
Thanks
Ale
Hi there, wondering if there is a way to incorporate this with page navigation for posts that have multiple pages.
I need something that will go to the next page, but on the last page, go to the next post. This way users can seamlessly continue through content without having two pagination features.
]]>Hi,
I am testing your plugin.
For now, I met one main problem :
– When the option no auto-active is chosen the instance of the plugin $WPPostNavigation don’t exist. (I have testes by changing the string ” of
<?php echo isset($WPPostNavigation)?$WPPostNavigation->WP_Custom_Post_Navigation():''; ?>
to a text ‘WPPOstNavigation instance not set’
There is no display else than the error message that I have created.
The second cascading problem is that, with auto-placed active, it is well displayed, but if you have created a manual position you stay getting the message ‘WPPOstNavigation instance not set’ ???
The code is very clear but I had no time to try to understand what appends.
Can you help me,
Best regards
Trebly
Note : I have some suggestions.
]]>Hi guys,
Thanks for the excellent plugin!
Is it possible to implement a choice for the categories to include/exclude?
I’d like to have the prev/next buttons only for some categories.
Thanks
]]>Hi,
The “Next” link won’t display on some of the posts (it displays on most posts). See here: https://atchuup.com/most-awkward-christmas-dinner-ever/
*Note: I purposely hid the ‘previous’ link.
Thanks.
]]>So when you see the titles of the previous or next blog posts, they are not in order. It is as though it is random or skipping over blog posts.
Any idea why?
]]>Hi, I would like to move the Top Arrows and Title to above the single post page Title. do you have CSS that can do this. currently have top arrows off till i can do this.
I am using genesis minimus-pro
]]>is it known that this plugin doesn’t support category navigaation in some themes. Works for all I’ve tried except for Appliance, could you check this out and see if there is a work-around?
]]>Hey there!
I really like this plugin, however, I would like it to work for custom post types as well, since a lot of my posts are portfolio. Can I edit the plugin to achieve this?
Thanks already!
]]>Hello. Thanks so much for this amazing plugin.
I have a question: Is there any way to keep the post titles in the navigation while using custom images?
Thanks much in advance or said in other words, just to replace the >> with custom images?
Thanks much in advance..
How can I show both post title and navigation text together?
]]>Hello,
i really like this plugin. However, i need a little change on the code to make him perfect for my website. I mean, instead of showing related articles of main category, i just wanted to show articles of the same subcategorie in that posts.
If i have a tree like Sports->Football->News, in the news articles i just want to make appear articles of that same subcategorie.
Is that possible?
Best regards
]]>What is the short code to place it manually?
]]>I have set up the post navigation settings, it seems straight forward.
I then navigate to my posts and they are no where to be seen?
How do I get them to appear?
It seems on the surface, a straight forward process but I may be missing something.
]]>