Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)
  • // change
    if(is_user_logged_in() && $_SERVER==’/’)
    // to
    if(is_user_logged_in() && is_front_page())
    // it did work for me

Viewing 1 replies (of 1 total)
Skip to toolbar