Community Support Forums — WordPress® ( Users Helping Users ) — 2011-04-02T17:04:50-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=2927 2011-04-02T17:04:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2927&p=8886#p8886 <![CDATA[Re: Hiding Posts for non Members]]>

Statistics: Posted by Cristián Lávaque — April 2nd, 2011, 5:04 pm


]]>
2011-04-02T16:54:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2927&p=8882#p8882 <![CDATA[Re: Hiding Posts for non Members]]> Statistics: Posted by jl0810 — April 2nd, 2011, 4:54 pm


]]>
2011-04-02T14:08:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2927&p=8870#p8870 <![CDATA[Re: Hiding Posts for non Members]]>
Code:
if (is_user_logged_in())
{
    
// Show the posts. Use the code in the template to do this.
}
else
{
    
// Give message for non-members.

Statistics: Posted by Cristián Lávaque — April 2nd, 2011, 2:08 pm


]]>
2011-04-02T13:46:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2927&p=8866#p8866 <![CDATA[Re: Hiding Posts for non Members]]> Statistics: Posted by jl0810 — April 2nd, 2011, 1:46 pm


]]>
2011-04-02T13:30:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2927&p=8863#p8863 <![CDATA[Re: Hiding Posts for non Members]]> WP Admin -> s2Member -> API / Scripting -> Using Advanced Conditionals and maybe Advanced Query Conditionals.

Statistics: Posted by Cristián Lávaque — April 2nd, 2011, 1:30 pm


]]>
2011-04-02T13:12:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2927&p=8859#p8859 <![CDATA[Hiding Posts for non Members]]>
I want to use one single home page for my blog posts
* Non members would see probably just one post - like welcome to my site, please register
* Members would see ALL posts


So for non members i don't even want them to see the post snippets


Tried categories, private posts, etc...nothing works so far
Ideas?

Statistics: Posted by jl0810 — April 2nd, 2011, 1:12 pm


]]>