I’m developing a website using expression engine. From what I’ve read expression engine didn’t have built in modules for menu. I’m already trying to use “Page Nested Menu” module but it didn’t solve my problem and get stuck with it. I’m trying to used Weblog Entries title to become a menu. Here is the tag that I used :
<ul>
{exp:weblog:entries weblog="static" limit="100" category="4" orderby="id" sort="asc"}
<li><a href="http://{title_permalink=template/content}">- {title}</a></li>
{/exp:weblog:entries}
</ul>In the home page, it’s working find, but when I’m enter to content page, for example “about us” page, the weblog entries title that I used as a menu only show the current entries title.
What’s the solution for this problem? Or if there is other solution for the menu it also good.
Thank you and your answer will be very appreciated.