Thursday, September 24, 2009

How to protect your article content from being copied in Wordpress  

Wordpress is a very flexible Blog software, which will not only be able to use many different themes but also adding a lot of plugins, and today I will introduce a plugin of Wordpress that is WP-CopyProtect, why we need and how to do using this plugin? You shall try to think about one thing that if you own an article written has been very easy to be copied to anywhere, you should feel that these efforts not as good as an action of others, so this plugin mission is how to protect your article content from being copied. Now, let's follow the below steps to activate this plugin...

Step 1:
You shall use wget command in your server to get this WP-CopyProtect compress file from the WP-CopyProtect official website as below.

# wget http://downloads.wordpress.org/plugin/wp-copyprotect.1.9.zip

Step 2:
Copy this file to the /wp-content/plugins/ directory and then extract it.

# cp wp-copyprotect.1.9.zip /usr/local/apache22/data/your_root_directory/wp-content/plugins
# unzip wp-copyprotect.1.9.zip

Step 3:
Activate the plugin through the 'Plugins' menu in WordPress





Step 4:
Go to the WP-CopyProtect Settings and then check this two options to activate WP-CopyProtect function.





PS: If the Disable text selection: option is unworkable, actually your theme doesn’t have <?php wp_footer(); ?> in footer, so please edit your footer.php and paste it just before the </body>

Stumble Upon Toolbar Digg! diigo it

Related Posts by Categories