tags:

views:

138

answers:

3

How can I force people to register when using wordpress.

+1  A: 

Dashboard -> Settings -> Discussion Settings.

But the question is not programming related!

Henrik P. Hessel
+2  A: 

This is a programming Q&A site, and I'm guessing you don't want to make code modifications yourself. There are many plugins for managing users, take a look at User Access Manager

Of course, if you are a developer, viewing the source to that plugin will be very instructive too ;)

Paul Dixon
+1  A: 

If you mean "Only registered users can view my WordPress site", then look for plugins such as:
registered-users-only
members-only

Number8