Customize profile page

Home Forums Legacy Support Support queries Styling issues Customize profile page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24848
    deadelfujiama
    Spectator
    Hello, on the profile page of a user I see in order badges, certificates and profile info. I would like to move the certificates before the badge. http://prntscr.com/9yg7c1 how can I do?
    #24952
    That's a buddypress page so what you want to change is probably on 'bp-custom.php', look there for the function that outputs the certficates and badges...it should be hooked to 'bp_before_profile_content'. If you find it, just remove it using your child theme functions file, eg: remove_action('bp_before_profile_content','name_of_the_function'), and add your own the same way: add_action('bp_before_profile_content','my_custom_function') I dont have the files handy, but it should be a 5 minutes job Let me know I if I can help you any further
    #25264
    Anshuman Sahu
    Keymaster
    Here is the code : https://gist.github.com/alexvibealex/c309758325f904223d4e Add the code from gist in your wplms-customizer.php file .
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize profile page’ is closed to new replies.