missing submenu
This commit is contained in:
parent
4615847bbb
commit
137cddd05f
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
/* Template Name: Schedule */
|
||||
get_header();
|
||||
wp_nav_menu( array( 'theme_location' => 'footer-schedule', 'container_class' => 'content subnav cf' ) );
|
||||
|
||||
$lang = pll_current_language('slug');
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
/* Template Name: Speakers */
|
||||
get_header();
|
||||
wp_nav_menu( array( 'theme_location' => 'footer-schedule', 'container_class' => 'content subnav cf' ) );
|
||||
|
||||
$content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARATOR . 'parse.php';
|
||||
//var_dump($data);
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue