You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
In Solarplexus get_permalink() is used to get the next page URL. In an archive page, get_permalink() will return the URL of the first post in the loop.
Solution
Add a filter to allow override of pagination next url permalink.