Hello,
I am trying to create new View Content template that would have extra menu. I registered my menu in functions.php and put in View template the same code I would put in html… but that doesn't shows the menu, but part of that php code. So, it's obviously that php code won't work in this case.
Here it is the look of View template code:
<div class="left-column">
<nav class="left-menu">
<?php wp_nav_menu( array('menu' => 'Vlasnici BMW vozila' )); ?>
</nav>
</div>
<div class="page-container"><h1>[wpv-post-title]</h1>
[wpv-post-body view_template="None"]</div>
But, that doesn0t show the menu on Storefront.
Can you please help me with tip – how I can insert menu there (in View template)?
Thank you very much.
Kindest regards
Sinisa