Advertisement
Guest User

Untitled

a guest
Feb 6th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php if ( is_front_page() || is_page_template( array( 'frontpage-2.php', 'frontpage-page-builder.php' ) ) ) { ?>
  2.     <a class="header-top-login header-top-login-jump" data-show-youzify-login="true"><?php esc_attr_e('Login', 'onecommunity'); ?></a>
  3. <?php } else { ?>
  4.     <a class="header-top-login" data-show-youzify-login="true"><?php esc_attr_e('Login', 'onecommunity'); ?></a>
  5. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement