Skip to:
Content
Pages
Categories
Search
Top
Bottom

? re: BP themes & child themes

  • This has me very confused. I am creating a site where Buddypress will not be the main purpose. The homepage will have a link to the BP page, but the core of the site will be a storefront. I need to be able to use my own custom theme for this site, but I keep seeing where I need to use BP themes or child themes. Is this only for the BP pages, and if so, am I able to truly modify them enough so that they look like the rest of my site?

    Sorry if none of this makes sense, I’m fairly confused myself.

Viewing 1 replies (of 1 total)

  • modemlooper
    Moderator

    @modemlooper

    In the BuddyPress plugin there is a folder bp-themes. In this folder is the default BuddyPress theme. The reason to use a child theme is to not edit these files making upgrades as easy as a few clicks.

    A child theme is a WordPress theme that has a parent. The child theme gets all it’s files from the parent. If you want to override a file then you copy the file and folder structure over to the child theme.

    Example: say you want to ad something to the header. instead of going into the BP plugin folder and changing something you would copy the header.php over to the child theme and edit it. Since it’s a child theme it will override the same file in the bp-default folder.

    Read this on how to create a child theme. https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    Another issue is if you are not using a BP enabled theme then you will have to use the BuddyPress template pack to get the corresponding files and functions working on a standard WordPress theme.

Viewing 1 replies (of 1 total)
  • The topic ‘? re: BP themes & child themes’ is closed to new replies.
Skip to toolbar