mysite.com/members
How do I hide the members and only show them if someone searches for them?
Thanks
Is there a way to do this?
Thanks
@famous You can limit who views the members directory page to the Site/Super Admin only by surrounding the members directory section using is_super_admin https://codex.wordpress.org/Function_Reference/is_super_admin then either echo message that the section is restricted or just redirect non-Admin users to another page if visitors try to use the members slug in your site.
Thats an awesome little trick, however I would like regular users to be able to search for members by email, name, etc…
I just don’t want everyone to show up on the members page. Any ideas on that?
Thanks
Revisiting for potential answer. Most social sites won’t show all members as most organizations realized that this should be more of a privacy issue for their members.
So I am trying my best to make something happen here:
themes/my-child-theme/buddypress/members/index.php
When I make changes to the above page, nothing happens, any ideas? Am I on the wrong page?
How can I hide members yet have them connect?
Thanks
Looking for guidance on the below:
So I am trying my best to make something happen here:
themes/my-child-theme/buddypress/members/index.php
When I make changes to the above page, nothing happens, any ideas? Am I on the wrong page?
How can I hide members yet have them connect?
Thanks
I guess you are not famous after all since nobody knows the answer @famous