Skip to content

Instantly share code, notes, and snippets.

@justalever
Created November 7, 2016 01:09
Show Gist options
  • Save justalever/a8594a048f6617ff254de633c7af9a50 to your computer and use it in GitHub Desktop.
Save justalever/a8594a048f6617ff254de633c7af9a50 to your computer and use it in GitHub Desktop.
functions.php
function add_to_context( $context ) {
$context['menu'] = new TimberMenu('primary-menu');
$content['footer'] = new TimberMenu('footer-menu');
$context['site'] = $this;
return $context;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment