I'm creating a menu with the wp_nav_menu() function. Now I'd like to add a GET variable to the end of ever link in the menu, like this: www.mysite.com/page/?variable=123
Is there any way I can do this when using wp_nav_menu?
Thanks for your suggestions
