Is there a way to exclude a specific Post Format from next_post and prev_post? I want my asides to show up in the regular list of posts on the main blog page, but when a user is navigating through single post pages with next and prev links, I don't want the asides to show up.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
$page/$pagedto detemine on which page you're and thepre_get_postsfilter to see how to intercept the query and filter stuff (like post formats) out. – kaiser Apr 19 '12 at 13:48