I know this sounds strange but I'm looking for a way to show a members area that is not part of the bloggers backend. Basically I'm looking to give a members area page that people can get files from. I want them to register on the site as a member but not a blogger. Is there anything like what I'm looking for out there?
Onebird
Member
Posted 3 years ago #
Also wondering this.
Something like BuddyPress but to work with the WordPress simple core not with the WORDPRESS MU.
A simple way to check if users are logged in:
<?php if ( is_user_logged_in() ) : ?>
Show stuff to only logged in users.
<?php else: ?>
Show stuff to non-logged in people.
<?php endif; ?>
I use WordPress for my main website where I sell my software from. I just want a way to deliver my software where members can have a members area to download my software. Currently wordpress doesn't have a customizable members area.