Skip to content

Instantly share code, notes, and snippets.

@fatihtoprak
Created February 9, 2013 18:36
Show Gist options
  • Save fatihtoprak/4746488 to your computer and use it in GitHub Desktop.
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
<?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