-
eddygordo replied to the topic How to create a Profile Button in the Navigation? in the forum How-to & Troubleshooting 11 years, 4 months ago
Hello, thank you but this code dont work :S
Here this is showing when i add this code to the Functions.php :
// Filter wp_nav_menu() to add profile link add_filter( ‘wp_nav_menu_items’, ‘my_nav_menu_profile_link’ ); function my_nav_menu_profile_link($menu) { if (!is_user_logged_in()) return $menu; else $profilelink = ‘
‘ . __(‘Visit your Awesome…[Read more] -
eddygordo started the topic How to create a Profile Button in the Navigation? in the forum How-to & Troubleshooting 11 years, 4 months ago
Hello,
i want to create an Profile Button in the Navigation when i Click on the Button i will be redict to my profile.
I have Created an Site which names ”Profile” but when i click on it the site is only white, no profile.
What can i do?
@eddygordo
Not recently active