Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress conflicts with my theme

Viewing 1 replies (of 1 total)

  • @mercime
    Keymaster

    @mercime

    @nanaimomen The problem is more like the theme is using a proprietary templating system. BuddyPress works in nearly all WordPress themes. Regular WP tags like the_title() and the_content() should be in the theme’s page.php file for the BP Theme Compatibility magic to work, i.e., you no longer need to revise 16 template files manually like before.

    To resolve your issue, open up your theme’s page.php file and Save As > buddypress.php and ask the theme author to replace theme’s corresponding tags with the_title() and the_content(). Upload that updated buddypress.php file into your theme’s folder in server and you should be good to go.

Viewing 1 replies (of 1 total)
  • The topic ‘Buddypress conflicts with my theme’ is closed to new replies.
Skip to toolbar