I've been using get_adjacent_post() to determine the previous and next posts. How would I go about determining the next and previous links to posts matching the same tag as the current post? It seems this function allows you to do this with posts in the same category, but not with the same tag.
|
feedback
|
|
Where So there is no easy way to flip it from categories to tags, but you can manipulate SQL query and add own conditions (or change to them completely). | |||
|
feedback
|