Hello, I'm using aMember on a Wordpress website. I'm used to use the aMember Widget to manage the login/edit profile/disconnect/... features. But today I'd like to change and get all those stuffs in a proper menu. My theme (News Pro from StudioPress), like any other recent and decent themes, use the built-in menu managed by WordPress. I didn't find how to integrate login/edit profile/disconnect/... elements in a standard menu. Any suggestion please ?
There is no exact instructions. This depends on your theme, how it render header and menu, etc.. Also you must be familir with php in order to make modifications in theme. You can use Am_Lite API in order to display login form or any profile information after login. From wordpress you can access Am-Lite object using this code: PHP: $lite = am4PluginsManager::getAPI();