Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to have my navigation menu show up both where it normally does as well as in the footer. I've tried the following:

WorkContext.Layout.Footer.Add(New.Menu(), "5");

That renders the <nav> and <ul> elements where I expect them, but there are no <li> elements for the actual menu items; it's just rendering an empty menu. Obviously I'm not doing this right. How should this be done?

share|improve this question

1 Answer

Go to widgets and add menu to the footer zone too ( It is already there in the navigation zone)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.