Change searchform location

BP Profile Search Change searchform location

  • Author
    Post
  • #11145 Reply
    Timothy L.
    Guest

    Hi, Andrea

    Thanks for this great plugin, i’m triying to change div and insert the search form under of ‘What’s new’ field on ‘Activity’ section, are there some snippet to achieve that? or what can i do?

    Thanks, and sorry for my bad english! >.<

    #11146 Reply
    andrea
    Plugin Author

    Hi Timothy,

    You could use the Profile Search widget to add a search form in a sidebar or widget area, or the [bps_form] shortcode to add a form in a post or page.

    If you wish to add a form in a different place, you have to add a line of code in the relevant template:

    echo do_shortcode( '[bps_form id=1234]' );

    Replace 1234 with the actual ID of your form.

Reply to: Change searchform location
My Information