Skip to:
Content
Pages
Categories
Search
Top
Bottom

Splash Start


  • elaineskapetis
    Participant

    @elaineskapetis

    I’m trying to make a no-user-logged start site with Toutorials videos and somethings like this.
    I wrote

    Code:
    ( is_user_logged_in() )

    I get my normal content

    Code:
    else

    I get the splash with Videos,Connect or Sign up

    But the problem is that I have to write

    Code:
    if ( is_user_logged_in() )

    and when is register page I get the normal content.I was trying something like this

    Code:
    if ( is_user_logged_in() ) || is_page(‘register’)

    ,but unfortunately nothing.

    somebody knows what I make wrong?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Splash Start’ is closed to new replies.
Skip to toolbar