Skip to:
Content
Pages
Categories
Search
Top
Bottom

Losing child pages in the header


  • StringDancer
    Participant

    @stringdancer

    I’ve got a site I upgraded to WP 3.0, and installed the latest BP to extend it. Early on in the site’s design I had decided to create a master index page and have all subsequent pages nested under it as child pages, so that there wouldn’t be all these pages cluttering my header. They go down a couple levels.

    But with the BP install, I’m getting a laundry list of all these child pages up in the header (using BP-Defaut as my theme), and the links to Activity, Groups, etc are being forced up out of reach. Can’t figure out why it’s doing this, nor how to lose all these links and clean up the header section to just the master index page and the BP areas.

    Any clues?

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

  • @mercime
    Participant

    @mercime

    First of all, create a child theme of bp-default theme.
    To clean up header section, copy header.php from bp-default theme and paste into your bp child theme folder.

    Open header.php and delete this “ from where it is in default. Move what you deleted to after the closing div#header or moving it just after `

    ` which is still in header.php file. Then add horizontal styling in style.css

    StringDancer
    Participant

    @stringdancer

    Ah, that helped. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Losing child pages in the header’ is closed to new replies.
Skip to toolbar