Community Support Forums — WordPress® ( Users Helping Users ) — 2010-12-28T17:42:50-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=1380 2010-12-28T17:42:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1380&p=5209#p5209 <![CDATA[Re: Displaying list of posts available to members]]> Statistics: Posted by Cristián Lávaque — December 28th, 2010, 5:42 pm


]]>
2010-12-28T17:11:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1380&p=5208#p5208 <![CDATA[Re: Displaying list of posts available to members]]>
<?php if (S2MEMBER_CURRENT_USER_ACCESS_LEVEL === 1){
..display your excerpts in a wp loop php..
}?>
or use the other codes if you don't know php

Statistics: Posted by webboy — December 28th, 2010, 5:11 pm


]]>
2010-12-21T15:42:44-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1380&p=5164#p5164 <![CDATA[Displaying list of posts available to members]]>
With this installation, there are some bits of content available at one level, another set of content available to those on the second level.

I would like a way to (in an automated manner) present a list of the titles (and perhaps excerpts) available at each level.

This like this.....

Available at level one:
*post one
*post two
*post three

Available at level two
*post four
*post five
*post six

Under ideal circumstances (and I'm aware this may take modifying the wordpress loop) I'd like to make those titles show links if the member is already logged in with the appropriate credentials.

Does anyone know if there is a way to do this, without having to create the list manually?

Statistics: Posted by moonviper — December 21st, 2010, 3:42 pm


]]>