I added some code provided by one of your support people that allows me to add a custom menu item to the BuddyPress profile menu titled “Write Blog”. It worked and so I duplicated it to added another one called “My Posts”. Currently, this is what is seen when you click on the tab “My Posts”
Instead of what is currently shown, I would like it to default to the “posts” tab that uses the URL:
https://jesusteam.com/members/joshuaballard/my-posts/?section=posts
But the link is relative to the user. The slug will vary according to the username. So if my username is “joshua” it will be /members/joshua/my-posts/?section=posts. Basically, the end is what matters. /?section=posts
Please help how can I achieve that.