Skip to content

Instantly share code, notes, and snippets.

@accrane
accrane / infinite-previous-next-same-term-looping.php
Last active May 12, 2016 17:18 — forked from banago/infinite-previous-next-looping.php
Infinite next and previous post looping but in same term in WordPress
<?php
/**
* Infinite next and previous post looping in WordPress
*
* This will stay in same Custom Taxonomy Term. Also NEXT and PREVIOUS
* are switched to give the impression of "Going Forard and Back"
*/
if( get_adjacent_post(true, '', false, 'CUSTOM_TAX') ) {
next_post_link( '%link', 'PREVIOUS', TRUE, ' ', 'CUSTOM_TAX' );