Advertisement
Guest User

Untitled

a guest
Aug 27th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <a href="<?php echo home_url(); ?>/register" class="header-top-signin tada"><?php esc_attr_e('Register', 'onecommunity'); ?></a>
  2.  
  3. <?php if ( is_front_page() || is_page_template( array( 'frontpage-2.php', 'frontpage-page-builder.php' ) ) ) { ?>
  4. <a class="header-top-login" href="https://www...."><?php esc_attr_e('Login', 'onecommunity'); ?></a>
  5. <?php } else { ?>
  6. <a class="header-top-login" href="https://www...."><?php esc_attr_e('Login', 'onecommunity'); ?></a>
  7. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement