The AntiLeech plug-in is powerful. It can determine whether it is a web crawler through the User-Agent string or IP address. When banned crawlers and banned User-Agent strings or IP addresses want to plagiarize your content, AntiLeech Will give them some fake content.
Specific method:
1. In the WordPress panel, select Settings - Reading Settings, Select Summary and click Save Changes (for the Chinese version of WordPress, you can refer to the corresponding location):
2. Add the "Read Full Text" link to the feed and find the functions in your template file .php, add the following code between :
/* RSS 中添加查看全文链接 @44ux.com */ function feed_read_more($content) { return $content . '<p><a rel="bookmark" href="'.get_permalink().'" target="_blank">阅读全文</a></p>'; } add_filter ('the_excerpt_rss', 'feed_read_more');
After saving, upload it to the server and overwrite the original file, so that the "read full text" link will be displayed in the feed . In fact, you can add a lot of information to the feed in this way, and you can even put Google Adsense ads in it, but be careful, this may cause resentment among subscribers.
Related recommendations: "WordPress Tutorial"
3. You can also add copyright information to the feed to make your copyright more prominent. Also in functions.php, add the following code (change the copyright information to your own):
/* RSS 中添加版权信息 @44ux.com */ function feed_copyright($content) { if(is_single() or is_feed()) { $content.= "<p class='copyright'>"; $content.= '版权所有:<a title="Hi.laser! @44ux.com" href="http://www.44ux.com/">Hi,laser! @44ux. com</a> <a rel="bookmark" title="'.get_the_title().'" href="'.get_permalink().'">《' .get_the_title().'》</a><br />'; $content.= '本文链接:<a rel="bookmark" title="'.get_the_title().'" href="'.get_permalink().'">' .get_permalink().'</a><br />'; $content.= '特别声明:除特别标注,本站文章均为原创,遵循<a href="http://creativecommons.org /licenses/by-nc/3.0/deed.zh_HK" target="_blank">CC BY-NC 3.0</a>,转载请注明出处'; $content.= "</p><br />"; } return $content; } //add_filter ('the_content', 'feed_copyright'); //此句可像文章内容中添加版权 add_filter ('the_excerpt_rss', 'feed_copyright');
In addition, by the way, there are some methods to prevent collection, each with its own pros and cons. Here is a brief list:
1. Limit the number of visits per unit time of an IP address
2. Block ip
3. Use js to encrypt web content
4. The website copyright or some random junk text is hidden in the web page. These text styles are written in css
5. Users can log in to access the website content
6. Use scripting language to do paging (hidden paging) )
7. Anti-hotlinking measures (only allowed to be viewed through this website page connection, such as: Request.ServerVariables("HTTP_REFERER")
8. Full flash, pictures or pdf to present website content
9. The website randomly uses different templates
10. Uses dynamic and irregular html tags
The above is the detailed content of How to use wordpress anti-collection plug-in. For more information, please follow other related articles on the PHP Chinese website!

Can learn WordPress within three days. 1. Master basic knowledge, such as themes, plug-ins, etc. 2. Understand the core functions, including installation and working principles. 3. Learn basic and advanced usage through examples. 4. Understand debugging techniques and performance optimization suggestions.

WordPress is a Content Management System (CMS). It provides content management, user management, themes and plug-in capabilities to support the creation and management of website content. Its working principle includes database management, template systems and plug-in architecture, suitable for a variety of needs from blogs to corporate websites.

WordPressisgoodforvirtuallyanywebprojectduetoitsversatilityasaCMS.Itexcelsin:1)user-friendliness,allowingeasywebsitesetup;2)flexibilityandcustomizationwithnumerousthemesandplugins;3)SEOoptimization;and4)strongcommunitysupport,thoughusersmustmanageper

Wix is suitable for users who have no programming experience, and WordPress is suitable for users who want more control and expansion capabilities. 1) Wix provides drag-and-drop editors and rich templates, making it easy to quickly build a website. 2) As an open source CMS, WordPress has a huge community and plug-in ecosystem, supporting in-depth customization and expansion.

WordPress itself is free, but it costs extra to use: 1. WordPress.com offers a package ranging from free to paid, with prices ranging from a few dollars per month to dozens of dollars; 2. WordPress.org requires purchasing a domain name (10-20 US dollars per year) and hosting services (5-50 US dollars per month); 3. Most plug-ins and themes are free, and the paid price ranges from tens to hundreds of dollars; by choosing the right hosting service, using plug-ins and themes reasonably, and regularly maintaining and optimizing, the cost of WordPress can be effectively controlled and optimized.

The core version of WordPress is free, but other fees may be incurred during use. 1. Domain names and hosting services require payment. 2. Advanced themes and plug-ins may be charged. 3. Professional services and advanced features may be charged.

WordPress is easy for beginners to get started. 1. After logging into the background, the user interface is intuitive and the simple dashboard provides all the necessary function links. 2. Basic operations include creating and editing content. The WYSIWYG editor simplifies content creation. 3. Beginners can expand website functions through plug-ins and themes, and the learning curve exists but can be mastered through practice.

People choose to use WordPress because of its power and flexibility. 1) WordPress is an open source CMS with strong ease of use and scalability, suitable for various website needs. 2) It has rich themes and plugins, a huge ecosystem and strong community support. 3) The working principle of WordPress is based on themes, plug-ins and core functions, and uses PHP and MySQL to process data, and supports performance optimization.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver Mac version
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Chinese version
Chinese version, very easy to use

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool