Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Set new path to logo #69211
     changeisyours
    Participant

    This logo path code is working for me. But I would also like to have a different path for logged in users.Thank you for the reference. I just don’t know where exactly to put the if/else is_user-logged_in code. Do you put it between the below along with the if/else that is currently in there, overwrite the if/else that is currently in there, or something else entirely?

    COPY CODE
    <strong class="logo">
                                <a href="http://www.ourgratitudecollective.com/activity/">
                                    <?php if ($logo_path != '') { ?>
     
                                        <img id="logo_img" title="<?php bloginfo('name'); ?>" src="<?php echo $logo_path; ?>" alt="<?php bloginfo('name'); ?>">
     
                                    <?php } else { ?>
     
                                        <?php bloginfo('name'); ?>
     
                                    <?php } ?>
     
                                </a>
                            </strong>
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?