WP User Authentication Site Wide
-
My set up is as follows:
I have a regular website in my root folder. Then, there is the blog/ folder which, obviously, contains my blog. I would like to be able to use the WordPress user system across the board, but I’m not sure how.
For example: User is logged in to the blog. They go check out the main site to do a search for homes. I only want to show the “add to Favorites” or “save” to those users that are logged in. I don’t have any trouble with this in the “blog” folder. What file…..or functions….or anything…do I need to include on the main site to get this to work? I’m already using the <? include ‘./blog/wp-blog-header.php’; ?> for grabbing the first post from the blog to put on the home page.
Any and all help is greatly appreciated!
The topic ‘WP User Authentication Site Wide’ is closed to new replies.