is_user_logged_in redirect
-
So for many days now trying to edit codes and search google for help I came up with nothing!
I am using wordpress 3.2.1,
the plugins I am running are part of my question
Buddypress,
Facebook awd,I know there’s a plugin to redirect users to their profile page ( Theme_My_Login ) but the problem I am having is when users connect through Facebook it does not redirect them.
I would like to add a php code into the page template that will redirect them to a different URL.<?php
if ( is_user_logged_in() ) {
redirect=”/pagewhatever”
?>Someone Please Help!
This is my site
- The topic ‘is_user_logged_in redirect’ is closed to new replies.