DFWMills
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to SymLink Upload Folder across 2 WPThanks….I was looking at attempting it via ssh and its a linux server.
Forum: Fixing WordPress
In reply to: Can I Let Non Users View My SiteFound this in my header. One of the designers left it in during production….removed it and its fixed.
thanks
<?php
if ( (! is_user_logged_in()) && ($_GET[‘post_type’]!=’product’) && (!isset($_GET[‘product’])) && ($_GET[‘page_id’]!=’3205′) && ($_GET[‘page_id’]!=’3206′)) {wp_redirect( ‘http://www.blahblahblah.com/wp-login.php?redirect_to=/members/’ );
exit;
}?>
Forum: Fixing WordPress
In reply to: Can I Let Non Users View My SiteThanks Ray.
Sent you an email.
Forum: Fixing WordPress
In reply to: Can I Let Non Users View My SiteIs there a site privacy setting? Its NSFW Jason
Forum: Fixing WordPress
In reply to: Can I Let Non Users View My SiteCCbill handles the membership database. It acts as the gatekeeper allowing people to pass on to my members site which is wordpress based.
Imagine it like this. If I had a wordpress website and I wanted everyone to come and see it with out registering….I do believe that is the standard setup for WP….correct?
In this case…after people have cleared the ccbill username and password pop up box…..I want them to be able to visit my wp site without having to deal with the WP login or register page….since they have already been cleared by ccbill as authorized to see the wp site.
But something is forcing the wp-log on them
Forum: Fixing WordPress
In reply to: Can I Let Non Users View My SiteThanks for the reply. Im at a total loss as to why the WP login page is even coming up. I am not using a plug for memberships. My memberships (users) database runs completely separate from WP.
I just want something in place so non registered people can still see my wp site.