I need next and previous post links in a single post page using a “page-builder” type of CMS—specifically the DIVI theme by Elegant Themes. So, I need the links...
For some reason a title attribute is not appended to next_post_link and prev_post_link calls in WordPress. How can I add one? 5 s 5 Update As I deleted the...
I have a page with two sections, each uses a different WP_Query() to pull in events, which are a custom post type. Each WP_Query() queries a meta_key for the...
How can I go about getting the previous and next posts from outside the loop? Everything I try to do aside from the custom SELECT query (using get_posts or...
I have come across a problem whilst using the next_post_link() function. It seems that this function automatically echo’s, for position reasons I need this to just return the link....
I have a series of posts that are ordered by a meta_key value. They could also be arranged by menu order, if necessary. The next/prev post links (generated by...