[Resolved] Customize BuddyPress for child theme

Home Forums Support [Resolved] Customize BuddyPress for child theme

Home Forums Support Customize BuddyPress for child theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #150848
    Oleg

    Hi!
    I would like to make the following.
    Create child theme GeneratePress. Customize it templates BuddyPress pages – members, groups, activity. How can I do it?
    I have another question.
    I use plugins Bowe Codes to show shortcodes BuddyPress elements. How to insert a shortcode in php template GeneratePress?
    Many thanks for your help.

    #150864
    Tom
    Lead Developer
    Lead Developer

    Hi Oleg,

    You’ll want to look through the BuddyPress documentation to get an idea of what template files you can duplicate etc..

    This may be helpful: https://codex.buddypress.org/legacy/theme-development/the-bp-default-theme/building-a-buddypress-child-theme/

    To execute a shortcode in a PHP file, you’ll want to do this: <?php echo do_shortcode( '[your-shortcode]' ); ?>

    #150871
    Oleg

    Yes, that’s what I wanted, thank you!

    #150879
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.