Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. mobile-app PAGE:
  2.  
  3. <html>
  4. <?php
  5. /*
  6. Template Name: MobileApp
  7. */
  8. ?>
  9.  
  10. <?php
  11. setcookie('mobile_ap1',"true");
  12. wp_redirect( home_url() );
  13.  
  14. ?>
  15.  
  16. </html>
  17. ~
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. HEADER.PHP:
  25.  
  26. <?php if (isset($_COOKIE['mobile_ap1'])) { } else { ?>
  27.  
  28. <div class="grid-3 logo-container">
  29. <a href="<?php echo home_url( '/' ); ?>">
  30. <img src="<?php echo vp_option('vpt_option.logo'); ?>" alt="Logo">
  31. </a>
  32. </div>
  33. <!-- End Logo -->
  34. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement