Theme Development for a Newbie
Looking at your code (as i do not see any live link to look at). I will assume you are outputting anchor tag inside a button tag (making the HTML invalid). Try the function below instead. Notice that I changed the html from button to anchor tag. /** * Add Login/Logout to Menu */ function … Read more