Re: How To Hard Code Widgets Into Member Themes
OK, this helps as well
https://codex.wordpress.org/Customizing_Your_Sidebar
Now, how can I find where to put those customizations if I’ve
copied bp-default and named it bp-default-members
copied bp-sn-parent and named it bp-sn-parent-members
appropriately called bp-sn-parent-members from bp-default-member’s style.css file
…what I mean is that when I look at sidebar.php. it looks like it’s putting the same code into all 3 sidebars to me…so how do I put the customization I want into the sidebar I select?
Also, since this is BuddyPress, how do I make sure that I’m pulling in “Recent Posts” from the member blog and not from all blogs…maybe that’s what happens anyway…
and how do I define what people will see when viewing a member’s posts? Is that one of the existing sidebars? I actually hope not, since I want to code that differently.