smashingpixels
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Not able to restrict pagesHey chad,
Can you tell me the php code to check if the user is logged in ? May be I can add this myself to the page and restrict it. I guess this would solve all my problems since everything else seems to be working alright !
Thanks.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Not able to restrict pagesYes, I have tried that but it doesn’t seem to work. I have unchecked ” Shows excerpted content above the login/registration on both Posts and Pages” . I also checked it and added the more tag but still in vain. Please let me know if you can think of anywhere else I could have gone wrong. Thanks.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Not able to restrict pagesHi Chad,
Thanks for the reply. I am not using a custom page type.
This is the content of my page.php and all pages use this.<?php
/*
Template Name: Single Page
*/
?>
<?php get_header() ?>
<div id=”main”>
<div id=”general” class=”m2 right”>
<h2 class=”dotted”><?php the_title(); ?></h2><div class=”t2 user-edit”>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?></div>
</div>
</div>
<?php get_footer() ?>Do you think I’m missing something here ?
Thanks.Forum: Plugins
In reply to: [WP-Members Membership Plugin] Not able to restrict pagesHi Chad,
Any idea yet what could be going wrong here? Is there any other details you want me to give you ?
Thanks.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Not able to restrict pagesNo I’m not.