Check if page is in menu
With the following function you can check if a page is in a certain menu.
Next previous link in menu
In some cases you need to know the next and previous url of your current post in a WordPress menu. For example if you want to build a multiple step form or wizard application based on a WordPress menu. The function below takes the menu name as a parameter and uses the global $post object to […]