Tagged Questions
0
votes
2answers
424 views
Unregister Nav Menu from Child-Theme
I like to use the Starkers Theme and build child-theme.
So, I`d like to remove the this primary menu
Starkers (functions.php)
function starkers_setup() {
// This theme uses wp_nav_menu() in one ...
0
votes
1answer
658 views
Custom Register Link on Backend Form
I want a similar solution like this one for my login form on the backend of my WordPress installation: Forgot Password URL Filter
What I want to do instead of returning a custom forgot password url, ...