To make the menu dynamic, we can included menu items within the navigation so that a page is included if the right tag is used in the child blogs. Commonly the tag starts with a  **@**\\

For example, for an ''About Us'' page that is tagged with a ''@ABOUTUS''
<code>
<mt:Pages include_blogs="children" tag="@ABOUTUS" limit="1">
 <li><a href="<$mt:PagePermalink encode_html="1"$>">About Us</a></li>
</mt:Pages>
</code>


Note: The website page will have to be __published__ if the new page is created and tagged for the menu item to appear.