Forums

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

Home Forums Back End Menu Split by logo – WP Twenty Fourteen Reply To: Menu Split by logo – WP Twenty Fourteen

#170821
chrisburton
Participant

That’s because of a few reasons:

  • You didn’t use php tags in your include. It should be <?php include 'menu.php'; ?>
  • Also, if 'menu.php' is not in the same location as header.php, you need to change it to 'path/to/menu.php'.

If that doesn’t make sense, let me know.