The plugin “Ambrosite Next/Previous Post Link Plus”
https://wordpress.org/plugins/ambrosite-nextprevious-post-link-plus/
..seems to do the job well
To further style the results, one could even use it like this
$prev = previous_post_link_plus( array('return' => 'id') );
query_posts('p='.$prev); while (have_posts()) : the_post();
[...your stuff here...]
endwhile; wp_reset_query();
$next = next_post_link_plus( array('return' => 'id') );
query_posts('p='.$next); while (have_posts()) : the_post();
[...your stuff here...]
endwhile; wp_reset_query();
Related Posts:
- Nav Menu – Add class based on meta keys
- Show Custom field value instead of title in WP Menu
- Sortable Custom Columns in User Panel (users.php)?
- Importing data for advanced custom fields plugin?
- Gutenberg add a custom metabox to default blocks
- How to rename a custom field?
- Filter post listing by meta value which is a date
- Extra profile field as select box?
- Matching Serialized Arrays with meta_query
- Make Custom Field Into A Link On The Front End?
- How to activate “custom fields” section in WP3
- Why isn’t my code to save custom fields in quick edit working?
- Add meta data to the menu
- How to oEmbed from custom field, responsive to container size and responsive
- Copy SEO Meta Desc “Custom Field” to Excerpt field?
- Custom fields won’t display on my blog page
- How to customize default wordpress editor?
- Order Custom post type loop by custom field (datepicker)
- Add an advert every nth Paragraph
- How to edit multiple post with Custom fields
- Undefined index error when saving content on metabox
- How to update custom user meta field in wp?
- How can I show custom fields in the loop only to specific user roles?
- Add conditional custom option to ‘Display name publicly as’ dropdown
- Custom fields not getting saved in the databse when added to the add new user profile page
- I want to send an email when each post is published
- Creating a widget with a number of custom fields
- Show 1 post and after a specific date show the next one
- How to Create Dynamic Fields in a Meta Box?
- Set front page option using custom fields?
- Add post meta fields, when creating a post using WordPress’ REST API
- Custom Field Values not updating unless I click “Update” twice
- Can I create a template or doctype for my blog site?
- Custom field, add class to anchor tag
- Custom Metabox additional item
- How to combine custom fields to make one order-able value
- Updating Other User’s Metadata
- get_posts in meta box dropdown not showing latest posts
- Trying to reorder posts by custom field
- How to add new field to the account address?
- Split the_title
- Display Multiple Values of Same Key
- How to Wrote Simple Calculations by Using Custom Fields in Loop?
- Custom Query based on custom field of a single post
- comment meta_query for keys that aren’t yet set
- Link the retrieved custom field values to its respective posts
- Sortable custom field values from all posts on a page template
- How can I use custom properties to set different background on different pages?
- change order of images attached to post
- How to Make Post Custom Column Editable
- Loop through incrementing custom fields
- tax query between operator like
- The conditional logic only works to show or hide?
- Single page WordPress website – custom fields or meta boxes or something else?
- Collect Data from NEXT item while in loop
- Order custom fields alphabetically
- How to query for posts with either one or another custom field
- How show post only from after custom date
- Is it possible to compare the current time with a custom “start” and “end date
- Odd functions.php issue in WordPress
- Filter or order based on custom field
- Gutenberg add a custom metabox to default blocks
- How to use ACF with javascript to update custom field values?
- Custom Fields Not Showing (ACF not installed)
- How to add code to custom field to every blog post via php?
- Query multiple meta values at the same time :
- How to Find List of Available Custom Fields for Theme?
- Getting user’s data, by custom field lookup (meta)
- get wordpress post loop by meta box date
- Sort posts by custom fields with empty values
- Sub Field of File Field
- ACF plugin and field update
- Counting number of images from loop
- Automatically set the_post_thumbnail to Custom Field Value
- Redirecting to an external URL
- Adding custom fields to images
- How to save dynamically generated value in post type?
- My meta boxes update wp_postmeta of posts but not of pages. What is wrong with the code?
- how to show this part only in the single post page?
- Import data from arbitrary CSV to WPAlchemy meta fields
- Post thumbnail size for custom field only
- Display meta data from a custom field within plugin Category Grid View Gallery
- Checking if field is set before comparing with meta_query in query_posts?
- Calling a custom profile field only it it exists
- Insert wp gallery shortcode into custom textarea
- Insert shortcode before and after a list automatically
- Only show content slideshow if “slideshow” custom field exists
- If post custom meta data is not set, show normal state
- Sort posts after filtering them through multiple taxonomies
- Media Custom Fields – get a value with PHP
- Custom fields doesnt work well with any postTAB plugin
- Colecting values from custom field checkboxes and displaying them in the post
- Build Array from Input Fields question
- jaredatch metaboxes on video post formats
- Grouped Custom Meta Fields without plugin
- Google not index my Custom 404 page ?why?
- Dynamically update Custom Fields to display new dates
- save all acf options in one meta_value [closed]
- Can running a WP-Cron to update_post_meta cause performance issues?
- custom field value is blank or empty