CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
PHP Problems
Wordpress categories
virtual
Permalink to comment
#
May 2011
Is it possible within a single blog to let non signed in viewers read only one category and to be obliged to sign in to read the other categories?
ccc630
Permalink to comment
#
May 2011
Absolutely. The easiest way (which may or may not be directly applicable to what you need to do) is to include the restricted categories in a loop that's nested in the is_user_logged_in function.
codex.wordpress.org/Function_Reference/is_user_logged_in
There are various plug-ins that will do this as well, more or less.
Add a Comment
codex.wordpress.org/Function_Reference/is_user_logged_in
There are various plug-ins that will do this as well, more or less.