Change Header For Signed In User

Hi,

I have a subscription based website that uses X theme and the Memberpress plugin. I am trying to change the header (top nav bar) pages when a user logs in to the website. For instance a non-logged in user will see the following header “pages”: About, Pricing, Shop, Blog. And when the user logs in they will see: Workouts, Favorites, Account. The items that do not appear in the header for the logged in user would then be relocated to the footer. Is this possible? If so how do I accomplish this. Thanks for the help!

Hi @gwickham,

Unfortunately, this is not available by default. Memberpress plugin is also not supported. It is possible by customization but that would be outside the scope of our support. Thank you for understanding.

To give you an idea, a filter function must be added to wp_nav_menu_items
Please check this thread for bbpress. See how it is done. If you are not familiar with coding, it would best to consult a developer. Thank you.

Thanks for the help. So you are saying it is possible, but to achieve this would demand custom development/coding work?

You’re always welcome and yes, you are correct. It needs custom development.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.