[WordPress Tips] The most effective guide to anti-copying articles in wordpress – You have a website and you write it every day with new content updated regularly, so you don’t want to spend your efforts get other pages indexed by google first? So how to prevent someone from copying your article? or if someone wants to copy then they have to go through difficult steps to get the content.
There is a fairly simple way that you should prevent the manipulation of copying articles on your website. While this blocking method can be broken with a few steps, it is enough to make people who want to copy an article on your website feel frustrated. Let’s learn how to prevent copying of articles in wordpress with a few simple steps!

Tips to prevent copying articles in wordpress
In the previous article about WordPress tricks, I showed you how to add links for Widget headers in WordPress so that you can easily attach links in WordPress Widgets continue in this article, let’s blog manually. Learn how to prevent copy writing in WordPress most effectively.
With the anti-copy operation that the blog tips and tricks introduced below will help your website avoid the following cases
When copying, the content of your website will not be blacked out – If it cannot be blacked out, it cannot be copied
The copyist will not click to copy
Copiers will not be able to press Ctrl + A, Ctrl + U, Ctrl + S ….
Make it difficult for those who want to get the content on your website….
So why don’t you immediately use the anti-copy code of this article?
How to prevent copying
First you log into the wordpress admin page then go to Menu Appearance > Editor .

A new interface appears, look at the function column on the right and select the header.php file of the theme you are using, for example.

Then copy the code below and paste it after the <body> tag .
<script type="text/javascript" src="https://sites.google.com/site/bituotblog/disable-copy.js"></script>

Continue to copy the following code and paste it anywhere you like. Say paste anywhere you like, but when you paste in some places, it will cause errors. It’s best to paste it at the end of the Style.css file of the interface .

body{ -moz-user-select: none !important;
-webkit-touch-callout: none!important;
-webkit-user-select: none!important;
-khtml-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important;}
Note: The second code is not very important, you can not use it just use the first code!
So that has prevented the situation of copying articles on the Website already!
Finally, if you find the article useful, please subscribe to my blog regularly to update the latest articles via Email – Thank you!
