Quote:
Originally Posted by rogueteens
i'm with ccbill, i'm actually using two wordpress installs, one for the tour then the membership area wordpress on a subdomain
|
You can use CCBill and one install as well
Make a category "Members" (slug: members) and a directory, "/members"
Load a copy of index.php from your theme there (customize as you see fit)
Add the CCBill htaccess on top of WP htaccess (from root) into /members
Customize your theme (loop) so that posts in Members category show excerpts only on outside pages.
"Member" cookie based conditionals will let you swap "more" links from targeting join page (when not logged in), to targeting content page when logged in...
You can use WP's own registration system to likewise offer extended previews in exchange for email addys
Good luck
