hi @alice-kaye,
this needs you to create a child theme first. So you can remove or add some conditionnals for get_sidebar()
Most of theme’s come with a sidebar.php file, see in the theme doc how to handle this.
Theme Compatibility – Customizing
I have a child theme set up, thankfully.
Thank you for that link! Hopefully I can get this sorted out. 😀
Is there a way to make it so that there are multiple options for full-width and some with sidebar?
For instance, I’d love to have a sidebar on members, activity, etc. But on the actual user profiles themselves, I’d like to remove the sidebar.
And oi! There sure are a lot of files for templates. I’m having trouble finding the one that would be used for User Profiles. 😐
Everything I’ve read says I should be looking for buddypress.php, but I don’t seem to have that file and none of the files I’ve looked in seem to have get_sidebar()
. Hm.
Okay, so… I’ve got a page that was called page-full.php that worked for me with bbpress, and it works if I change it to buddypress.php.
However, I really only want this for the user profile, not the other pages, so if someone knows what the user profile’s .php page is called, then that would solve my issue. Because I would like sidebars on some of the BuddyPress pages, just not all of them.