This topic has 1 reply, 2 voices, and was last updated 9 years by Catalin.

  • Author
  • #24500
     mj51234
    Participant

    Hey

    Is it possible to receive the code to hide the register form in homepage for logged in users.

    Thank You.

    #25126
     Catalin
    Moderator

    Hello,

    You need to copy this file:

    ..\sweetdate\page-parts\home-register-form.php

    to your child theme folder keeping the same folder structure
    and add this line:

    COPY CODE
    
    
    if ( is_user_logged_in() ) return "";
    
    

    after first line of code from the file (“<?php” – line)

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?