Tagged Questions
1
vote
1answer
37 views
do_action appearing outside of menu?
I'm using Bill Erickson's "Add Extra Code to Any Menu" function:
<?php
/**
* Add Extra Code to Any Menu
* @author Bill Erickson
* @link http://www.billerickson.net/customizing-wordpress-menus/
...
0
votes
1answer
213 views
To Add Logout Button in Menu [duplicate]
Possible Duplicate:
How to use logout function on custom menu link?
I want to add a logout button at very last of my nav.. I Found a function
// functions.php
function ...
2
votes
2answers
638 views
wp_nav_menu log in/out link?
I have a wp_nav_menu showing pages, but I'd also like to include a log in/out link, based on the current state of the user, which will redirect them to the home page.
I've looked far and wide, but ...
