Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Menu Split by Logo Reply To: Menu Split by Logo

#169009
chrisburton
Participant

@r3quiem I contacted Chris Coyier to get the above post fixed so you could copy the PHP to put into your theme. I no longer use WordPress because it’s pretty much overkill for most websites so I had to download it for the following answer.

First, let’s get organized.

Create a file inside your theme and name it menu.php. Now, go into header.php and scroll down until you get to the navigation. Copy the navigation to menu.php and save. In header.php, replace that navigation code you’ve just copied with the following:

include 'menu.php';

  • menu.php should look like this
  • header.php should look like this.

From this point I will have to wait until the post above is fixed so I can copy the code and help you further. At least your structure is a bit more organized.