mtekk / Breadcrumb-NavXT

The longest maintained Breadcrumb plugin for WordPress
https://mtekk.us/code/breadcrumb-navxt
52 stars 25 forks source link

Change How Private Pages/Posts are Handled #228

Closed mtekk closed 5 years ago

mtekk commented 5 years ago

Currently, posts are not checked if they are private (or if they are any other special status) when pulled in to the trail as the parent for a post. Should empower users to control this behavior via a filter and consider changing the default behavior to not display the private posts.

mtekk commented 5 years ago

Documentation added for bcn_show_post_private filter. Now on to tests...