How to get a connexion menu in wordpress ?

Discussion in 'Integration' started by jfoulquier, Aug 9, 2014.

  1. jfoulquier

    jfoulquier New Member

    Joined:
    Jul 22, 2009
    Messages:
    22
    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 ?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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();
  3. jfoulquier

    jfoulquier New Member

    Joined:
    Jul 22, 2009
    Messages:
    22
    Thank you.

Share This Page