Tagged: portfolio navigation Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 7, 2015 at 4:43 pm #376242 pete4uParticipant Hi all, this kind of navigation is nice. But, how can I display only portfolio items of the same (one) portfolio category? Thank you for help! Regards Peter January 7, 2015 at 10:45 pm #376510 ElliottInactive Moderator Hi Peter! Add this to the bottom of your functions.php file. add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' ); function enfold_customization_same_cat( $s ) { $s['same_category'] = true; return $s; } Regards, Elliott Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In