Skip to:
Content
Pages
Categories
Search
Top
Bottom

Getting BP to play nice with WP

  • BP1.5 is a WP plugin but apparently it does not use WP custom post types, custom taxonomies, etc but instead uses its own db tables, loops, etc. So, it seems any themes, plugins, etc, that use tests for things like is_single, is_ singular, etc, etc, break under BP, or at least under any BP generated content.
    Is there any way to make WP plugins, etc, play nice with BP?
    Thanks,
    joe

Viewing 2 replies - 1 through 2 (of 2 total)

  • r-a-y
    Keymaster

    @r-a-y

    BP comes with its own conditional template tags.

    You should check out /bp-core/bp-core-template.php for most of the core ones.
    Other components like groups and members have their template tags available in /bp-X/bp-X-template.php (where X the BP component).

    Hope that helps!

    @r-a-y Thank you! It does help a great deal. Searching the source is OK, but is there perhaps a dictionary of template tags and their meaning somewhere?
    joe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting BP to play nice with WP’ is closed to new replies.
Skip to toolbar