<![CDATA[ Show menu in template - My Forums]]> https://forums.modx.com/thread/?thread=82121 <![CDATA[Re: Show menu in template]]> https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-465149
That aside, I think what you want to do is create different templates, structured more or less like this:

[[$header]]
[[$nav]]

<div id="content">
<h1>[[*pagetitle]]</h1>
[[*content]]
</div>

[[$footer]]

That might do for your home page, then for internal pages where the layout is a bit different you can create one or more new templates for each layout:

[[$header]]
[[$nav]]

<div id="content">
<h1>[[*pagetitle]]</h1>
[[*content]]
</div>

[[$sidebar-chunk]]

[[$footer]]

You can even show different layouts using a single template something like this:

[[$header]]
[[$nav]]

<div id="content">
<h1>[[*pagetitle]]</h1>
[[*content]]
</div>

[[*parent:is=`6`:then=`
[[$recent-articles]]
`:else=`
[[$sidebar-chunk]]
`]]

[[$footer]]

That should get you started, but you'll soon realise there are multiple ways to do everything in MODx.
]]>
leelondon May 02, 2013, 12:22 PM https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-465149
<![CDATA[Re: Show menu in template]]> https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-453451 chirag_wgsol 'spams' his questions through the whole forum. So no one can follow up, including himself...

Best will be, an Admin will bundle his post to one or two threads in the right subforum]]>
manfred62 Feb 02, 2013, 04:55 AM https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-453451
<![CDATA[Re: Show menu in template]]> https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-453430 sottwell Feb 02, 2013, 02:20 AM https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-453430 <![CDATA[Re: Show menu in template]]> https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-453417 BobRay Feb 02, 2013, 12:40 AM https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-453417 <![CDATA[Show menu in template]]> https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-453232
i have used that code

[[Wayfinder? &startId=`1` &level=`1` &rowTpl=`rowTpl`]]

But after using this code at my header part there are no showing any menu, so can some body help me ..?

Thanx]]>
chirag_wgsol Feb 01, 2013, 03:41 AM https://forums.modx.com/thread/82121/show-menu-in-template#dis-post-453232