@joaopaulodr
4 years, 6 months ago
Thanks for the feedback, @vapvarun
I made your suggestion to copy page.php as buddupress.php within my theme. But it stayed the same.
Then I did the following, included in the buddypress.php file the code below for the widget:
<? php while (have_posts ()): the_post (); get_template_part (‘content’, ‘page’); get_sidebar (‘buddypress’); /* HERE!!! */ endwhile; ?>
Now the widgets appear, but are below the content of the page. I would like them to stay to the right. Do you know how I should do this?