Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter primerano

    (@primerano)

    at the moment I added the following lines to the plugin

    existing line => add_action( ‘wp_head’, ‘gfc_wp_head’);
    New lines
    add_action( ‘login_head’, ‘gfc_wp_head’);

    add_action( ‘login_form’, ‘gfc_profile’);

    one problem is that it leaves you on the login page when you log in. :-\

    I considered putting it in the sidebar with

    • <?php if (function_exists(\’gfc_profile\’)) {gfc_profile();} ?>
    • but then you have 2 divs with the same ID when comments are on the page.

Viewing 1 replies (of 1 total)