Archived topic
Customize BuddyPress for child theme
3 replies · Started by Oleg on November 5, 2015
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.
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]' ); ?>
Yes, that's what I wanted, thank you!
You're welcome :)
