Answer the question
In order to leave comments, you need to log in
How to add page order to the menu?
Good day.
I'm using Django-Wagtail and I want to set the page order on the main menu myself. How can I do it better?
For now, I only display all the pages in the order that the database returns:
# context_processors.py
def menu(request):
return {'menuitems': Page.objects.live().filter(show_in_menus=True)}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question