Guest User

Show Download page only to logged in members

a guest
Apr 29th, 2012
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. /* Template Name: Downloads */
  3.  
  4.  
  5. if ( is_user_logged_in() ) {
  6.     echo do_shortcode('[download_page]');
  7. }
  8.  
  9.  
  10. ?>
Add Comment
Please, Sign In to add comment