hey, Is it possible to install a multi wordpress (2 sites) and make one for everybody (public) and the other to only the registered clients (only registered can see) ? (the idea to use the multi wordpress is to have everything in one place.) thanks
I think you are asking a basic knowledge of Wordpress but your sig seems to a wordpress expert? or am i wrong?
You don't even need plugin. You dont have to make it 'public' while publishing. Just make it private.
Well if you look on his signature. It is "Wordpress Design", so i think he's expert at designing. But not in coding, i guess. Back to the topic. Yes, it is possible. You can either use a plugin or simple if_user_logged function.
Yeah, one of the blogs should be regular and the other should use is_user_logged_in() as a wrapper for the_content().
Here I was about to recommend Joomla. Joomla does this without plugins, because it is a CMS. But if you can find a plugin to do it to your satisfaction, go for it.
Maybe something like this will help: http://wordpress.org/extend/plugins/pagerestrict/ Or are you wanting entire blogs to be accessible only by members? How would you direct the members to the other blogs? Would you possibly tell a little more about what you are doing?
i checked the plugin mentioned by adbox it really works for me......that was what i looking for thanks asker thanks adbox
This is default feature in wordpress you can make the pages public and private ..... private pages will only shows to the registered users..