<?php if (current_user_can("access_s2member_level1")){ ?>
Some premium content for all Level 1 Members.
<?php if (current_user_can("access_s2member_ccap_" . S2MEMBER_CURRENT_USER_LOGIN)){ ?>
<?php while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="post-header">
<h3><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
<p>by <?php the_author(); ?> on <?php the_time('F j, Y') ?></p>
</div>
<?php the_excerpt(); ?>
<div class="post-meta">
<ul>
<li><?php comments_popup_link('Leave your comment', 'One comment', '% comments'); ?><?php the_tags(' • Tagged as: ', ', ', ''); ?></li>
<li>Share on <a href="http://twitter.com/home?status=Currently reading: <?php the_title_attribute(); ?> <?php the_permalink(); ?>">Twitter</a>, <a href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>&t=<?php the_title_attribute(); ?>">Facebook</a>, <a href="http://del.icio.us/post?v=4;url=<?php the_permalink(); ?>">Delicious</a>, <a href="http://digg.com/submit?url=<?php the_permalink(); ?>">Digg</a>, <a href="http://www.reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title_attribute(); ?>">Reddit</a></li>
<?php edit_post_link('Edit this post', '<li>', '</li>'); ?>
</ul>
</div>
</div>
<?php endwhile; ?>
<?php } ?>
<?php if (current_user_can("access_s2member_ccap_videos")){ ?>
Display videos as well.
<?php } ?>
<?php } else { ?>
Some public content.
<?php } ?>
Statistics: Posted by Cristián Lávaque — March 1st, 2011, 12:14 pm
<?php if (current_user_can("access_s2member_level1")){ ?>
Some premium content for all Level 1 Members.
<?php if (current_user_can("access_s2member_ccap_" . S2MEMBER_CURRENT_USER_LOGIN)){ ?>
Display links for music as well.
<?php } ?>
<?php if (current_user_can("access_s2member_ccap_videos")){ ?>
Display videos as well.
<?php } ?>
<?php } else { ?>
Some public content.
<?php } ?>
i'd like to insert some wp queries like
Display links for music as well
<?php while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="post-header">
<h3><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
<p>by <?php the_author(); ?> on <?php the_time('F j, Y') ?></p>
</div>
<?php the_excerpt(); ?>
<div class="post-meta">
<ul>
<li><?php comments_popup_link('Leave your comment', 'One comment', '% comments'); ?><?php the_tags(' • Tagged as: ', ', ', ''); ?></li>
<li>Share on <a href="http://twitter.com/home?status=Currently reading: <?php the_title_attribute(); ?> <?php the_permalink(); ?>">Twitter</a>, <a href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>&t=<?php the_title_attribute(); ?>">Facebook</a>, <a href="http://del.icio.us/post?v=4;url=<?php the_permalink(); ?>">Delicious</a>, <a href="http://digg.com/submit?url=<?php the_permalink(); ?>">Digg</a>, <a href="http://www.reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title_attribute(); ?>">Reddit</a></li>
<?php edit_post_link('Edit this post', '<li>', '</li>'); ?>
</ul>
Statistics: Posted by flxmeister — March 1st, 2011, 4:21 am
Statistics: Posted by Cristián Lávaque — February 22nd, 2011, 5:21 pm
<?php if (current_user_can("access_s2member_level1")){ ?>
Some premium content for all Level 1 Members.
<?php if (current_user_can("access_s2member_ccap_" . S2MEMBER_CURRENT_USER_LOGIN)){ ?>
Display links for music as well.
<?php } ?>
<?php if (current_user_can("access_s2member_ccap_videos")){ ?>
Display videos as well.
<?php } ?>
<?php } else { ?>
Some public content.
<?php } ?>
<?php while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="post-header">
<h3><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
<p>by <?php the_author(); ?> on <?php the_time('F j, Y') ?></p>
</div>
<?php the_excerpt(); ?>
<div class="post-meta">
<ul>
<li><?php comments_popup_link('Leave your comment', 'One comment', '% comments'); ?><?php the_tags(' • Tagged as: ', ', ', ''); ?></li>
<li>Share on <a href="http://twitter.com/home?status=Currently reading: <?php the_title_attribute(); ?> <?php the_permalink(); ?>">Twitter</a>, <a href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>&t=<?php the_title_attribute(); ?>">Facebook</a>, <a href="http://del.icio.us/post?v=4;url=<?php the_permalink(); ?>">Delicious</a>, <a href="http://digg.com/submit?url=<?php the_permalink(); ?>">Digg</a>, <a href="http://www.reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title_attribute(); ?>">Reddit</a></li>
<?php edit_post_link('Edit this post', '<li>', '</li>'); ?>
</ul>
</div>
</div>
<?php endwhile; ?>
<?php if (show_posts_nav()) : ?>
<div class="post-navigation">
<ul>
<li><?php next_posts_link('« Previous page') ?></li>
<li><?php previous_posts_link('Next page »') ?></li>
</ul>
</div>
<?php endif; ?>
<?php else : ?>
<h2 class="page-title">Nothing found</h2>
<p>There are not posts belonging to this category or tag. Try searching below:</p>
<?php get_search_form(); ?>
<?php endif; ?>
Statistics: Posted by flxmeister — February 22nd, 2011, 5:09 pm
'access_s2member_ccap_' . S2MEMBER_CURRENT_USER_LOGIN
Statistics: Posted by Cristián Lávaque — February 21st, 2011, 11:42 am
Statistics: Posted by flxmeister — February 20th, 2011, 12:03 pm