Created
February 9, 2013 18:36
-
-
Save fatihtoprak/4746488 to your computer and use it in GitHub Desktop.
Kullanıcı girişi yapmayan üyeleri yönlendirmek ; Daha fazla detay için http://www.fatihtoprak.com/uye-girisi-yapmayan-kullanicilara-icerik-sayfasini-gostermemek-ipucu-125.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* Template Name: Holding Page */ | |
if ( !is_user_logged_in()) { | |
get_template_part('holdingpage'); | |
exit(0); | |
} | |
get_header(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment