Is there a technique with or alongside this plugin that will allow the user’s display name to be in the menu? Ideally, also their profile picture. Any guidance appreciated.
This topic was modified 1 year, 1 month ago by wmchugh.
there probably is, but it’s not related to this plugin at all. I can only suggest you look into the wp_nav_menu_items_filter. You should be able to look up tutorials for adding custom items to a menu using that filter. Good luck.