↧
Reply To: Need guidance, should be simple stuff
If you want username/display_name instead of ‘My Profile’ or whatever: http://pastebin.com/uM1RgNdR
View ArticleReply To: Need guidance, should be simple stuff
@mercime thank you very much. #1 is solved
View ArticleReply To: [Resolved] Need guidance about member links
@seriousdon you’d need another forward slash in front of your comment before the code like so http://pastebin.com/HSpJNLyV In order to place the dynamic profile link at the beginning of the menu...
View ArticleReply To: [Resolved] Need guidance about member links
Found a solution to 1: / 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())...
View Article[Resolved] Need guidance about member links
Forgive me if this stuff has been asked in the past, I am constantly searching and browsing, website almost complete, there are just a few more kinks I need worked out before I go live. 1. I want to...
View Article