• I’m using Custom Sidebar with BuddyPress and have an odd problem I can’t get resolved. It shows up on pages where it’s specified (such as Members) but not on the dynamically created Member Profile page. I get a sidebar but it only contains a blank text widget apparently.

    I can set up a custom template for it….is there a way to directly call a specific Custom Sidebar using get_sidebar() or dynamic_sidebar()?

    Thanks!

    https://wordpress.org/plugins/custom-sidebars/

Viewing 1 replies (of 1 total)
  • Hey there maddogprod,

    Hope you’re well today!

    You should be able to call specific sidebar inside your template by using the following:

    <?php dynamic_sidebar('nesto')?>

    Where nesto is the name of your sidebar. Please let me know if this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Sidebar and BuddyPress problem’ is closed to new replies.