How Do I Make WordPress Read Only?

If you want to make your WordPress blog read only, you’ll need to do a few things. First, you’ll need to add the read-only attribute to your blog’s header. To do this, open your blog’s header file (found in your WordPress installation’s root directory) and add the following code:

Next, you’ll need to add the following code to your blog’s functions.php file:

add_filter(‘the_content’, ‘read_only’);

Finally, you’ll need to change the default blog content permissions to read-only. To do this, go to your WordPress blog’s Settings page and select Permissions.

Under “General,” select “Read-only content.” Click the “Update” button to save your changes.