Please disregard and count the previous message as “resolved.” I did some further testing and realized I hadn’t set up any groups. The titles are now visible to non-logged-in users and the plug-in performs as advertised.
Thanks!
I installed Private Group Settings 3.3.1 on WP 4.4.1, activated
Forum Visibility but doesn’t display the forum titles in the indexes.
http://deboldgroup.com/wp/forums (shows for the admin however)
I noticed the recommendation to replace
if ( ‘publish’ === $parent->post_status ) {
with
if ( ! in_array( $parent->post_status, get_post_stati( array( ‘internal’ => true ) ) ) ){
Is this still a recommended fix, or is there possibly a settings issue?
Bob Debold