Stop others from copying your blog posts by disabling right-clicking on WordPress content.
Simple and easy steps by encodebyte
Method #1: Preventing Text Selection Using CSS
This approach is easier, because you would only need to apply some custom CSS code to your WordPress theme.
First, you need to visit the Customize page on the WordPress website. Just login to your WordPress website visit the Appearance » Customize page in the WordPress admin area to launch the theme customizer.
First, you need to visit the Customize page on the WordPress website. Just login to your WordPress website visit the Appearance » Customize page in the WordPress admin area to launch the theme customizer.
Or just visit your website while you login, and click the Customize button.
From the left column of the theme customizer, choose the Custom CSS tab. Follow the image below.
You’ll now see a box where you can apply custom CSS to the WordPress theme. Simply enter the CSS code below into the box.
body { user-select: none; }
Method #2: Preventing Text Selection Using a Plugin
For this method, we will be using a WordPress plugin that disables text selection and right-click.
First, you need to install and activate the WP Content Copy Protection & No Right Click Plugin.
The plugin will run right away after being activated. Users won’t be able to copy and paste text from the website anymore. They won’t be able to right-click or print any of your content, either.
If you want to adjust the plugin’s settings, it’s easy. Simply go to the WordPress admin’s Copy Protection tab. You can allow or disable copyright protection for particular types of content here.
Make sure you click the Save Settings button after making any changes.
You Might Also Like…
Have Fun!