Right click anti copy plug-in WPCopyRights is prohibited for WordPress website content

Right click anti copy plug-in WPCopyRights is prohibited for WordPress website content

The WPCopyRights plug-in is a simple WordPress plug-in to prevent website content from being copied, which can prevent website content from being copied by inexperienced webmasters, and can also reduce the amount of content that you have worked hard to create from being simply copied. Support forbidding right clicking, selecting text, dragging pictures, F12/Ctrl+Shift+I opening developer tools, printing current page content, pressing Ctrl+U to view source code, and saving when
WordPress plug-in 522 ℃
 WordPress server PHP compatibility checker plug-in

WordPress server PHP compatibility checker plug-in

PHP has developed to version 8.0+, and WordPress officially recommends that the server use PHP 7.4 or higher to help make the website safe and efficient. Of course, because of the differences between the old and new versions of PHP, it is difficult to avoid the problem that WordPress themes or plug-ins are incompatible with the new PHP version. Therefore, it is necessary to check the PHP compatibility of themes and plug-ins before upgrading to an updated version of PHP. WordPress officially recommends installing PHP Compatibility
WordPress plug-in 971 ℃
 WordPress navigation menu cache plug-in for performance optimization Menu Caching

WordPress navigation menu cache plug-in for performance optimization Menu Caching

The menu function of WordPress is very convenient and practical, but it also has a significant impact on the performance of the website. WordPress menu data is distributed in multiple different database tables. When users visit the pages with menus, they need to query data in these tables. After collecting all required data, menu HTML will be created and displayed to users. If there are multiple menus on the page, the same process will be repeated for each menu. You can imagine the impact on website loading. So caching the HTML generated from the menu can
WordPress plug-in 858 ℃
 Broken Link Checker, a failure link detection plug-in for the entire WordPress site

Broken Link Checker, a failure link detection plug-in for the entire WordPress site

In the long process of website operation and management, it is inevitable that the website will have invalid links (website dead links), such as the old links of the website, the external links in articles, and the visitor websites in comments. When these external links cannot be accessed, they become invalid links. Too many invalid links not only reduce the user experience of the website, but also seriously affect the SEO optimization effect of the website, Therefore, it is quite necessary for Blog Bar to delete invalid links from websites. However, in the face of numerous website article data, it is obviously not recommended to check the invalid links article by article
WordPress plug-in 1557 ℃
 WordPress automatically adds rel=nofollow plug-in to the external link Nofollow for external link

WordPress automatically adds rel=nofollow plug-in to the external link Nofollow for external link

The webmasters who contact SEO optimization should have heard that if there is an external link in the page, it may lead to weight loss, and the effective way to avoid weight loss is to add rel="nofollow" attribute to the external link. Therefore, for the purpose of website optimization, when adding external links, they usually add this attribute to hyperlinks. However, when WordPress adds hyperlinks, no matter Gutenberg editor or TinyMCE editor, it does not provide rel attribute settings, so you must manually add them every time
WordPress plug-in 1564 ℃

WordPress adds tutorial codes for custom fields to categories and labels

The previous blog has shared the tutorial code for WordPress to add custom fields for category keywords. This time, the core code for adding custom fields for categories and labels is the same as the code for custom fields for category keywords, with only minor optimization and expansion and the addition of hook functions for labels. The following steps are taken to add custom titles Sample code for custom fields of custom keywords and custom descriptions. Add the following code to the functions.php file of the topic: The output code code is very simple. You can copy it directly or add more custom fields by reference.
WordPress Tutorial 1605 ℃

How does WordPress disable its own XML sitemap wp-sitemap.xml

WordPress 5.5 started with its own XML site map, but many WordPress users used plug-ins or third-party tools to generate the site map XML file, and did not intend to replace it with the wp-sitemap.xml provided by WordPress, so that the XML site map provided by WordPress would become redundant, You can also choose to disable WordPress wp-sitemap.xml. Blog Bar currently knows that there are two ways to disable WordPress wp-sitemap.xml, one of which is
WordPress Tutorial 1682 ℃
 How to use the built-in wp-sitemap.xml site map of WordPress 5.5

How to use the built-in wp-sitemap.xml site map of WordPress 5.5

WordPress does not have its own XML site map generation function for a long time. Most users may use the relevant Wordpress plug-ins to generate XML site map files (such as sitemap. xml). From WordPress 5.5, you can choose whether to discard the plug-ins and directly use the site map provided by WordPress. WordPress 5.5 has a built-in sitemap (XML Sitemap
WordPress Tutorial 1361 ℃
 WordPress Custom URL 301 Redirection Plug in Simple 301 Redirects

WordPress Custom URL 301 Redirection Plug in Simple 301 Redirects

If WordPress deletes an article or changes its link structure, the old link will display 404. As we all know, there are many 404 pages on the website, which is not friendly to search engine optimization. Therefore, it usually chooses 301 in the server to jump to the specified page, but it may not be easy for users who are not familiar with the server to operate, The plug-in implementation will be more suitable for these users. The Simple 301 Redirects plug-in is a plug-in that can add customization directly in the website background
WordPress plug-in 1053 ℃
 WordPress disables the plug-in WPControl that is not commonly used to improve performance

WordPress disables the plug-in WPControl that is not commonly used to improve performance

WordPress has been updating and developing more and more functions over the years, and the more built-in functions, the greater the impact on website performance. Moreover, not every user needs these functions, so many people will choose to disable some unused functions to improve website performance. The way to disable the built-in functions of WordPress is usually to add code to the theme or install plug-ins that disable the corresponding functions. For ordinary users, they need to cobble together various disabled function codes or install multiple related plug-ins, which is obviously inconvenient
WordPress plug-in 1162 ℃
 WordPress article insertion link Add nofollow attribute setting plug-in Title and Nofollow For Links

WordPress article insertion link Add nofollow attribute setting plug-in Title and Nofollow For Links

Use the TinyMCE editor to edit an article to insert a link. In the Insert or Edit Link window of the link option, entering the target URL option can only set the URL, link text, and select whether to open the link in a new tab. There are two important attributes that are said to play an important role in SEO, title and rel, which are obviously unacceptable to some users, Therefore, it is very important to supplement the settings of these two attributes. The solution is to add or modify code, and install related plug-in implementations. Blog Bar Fen
WordPress plug-in 1672 ℃
 WordPress Remove Taxonomy Base Slug

WordPress Remove Taxonomy Base Slug

After setting the pseudo static state, the URL of the classification directory created using the wordpress custom taxonomy will have the taxonomy name. For example, if the name of the custom taxonomy for creating a product is "product", and the alias of a classification directory is "theme", then the default URL of this classification is https://www.boke8.net/product/theme With this structure, the product in the url is really redundant for people with obsessive-compulsive disorder
WordPress plug-in 2071 ℃

Solution to the problem that the wordpress sitemap.xml generation plug-in does not support custom article types

Many wordpress Chinese sites use Baidu Sitemap Generator, a Baidu map generation plug-in in Liucheng, to generate Baidu sitemap sitemap.xml files. Although the plug-in has not been updated for a long time, it can still be used normally, but it does not support wordpress's user-defined article types, However, most themes now use wordpress custom article types to manage some special content, such as products, photo albums, etc. This leads to that when submitting URLs to Baidu, the URLs of these content will not appear in the sitemap.xml file, which will affect Baidu's collection of websites to some extent. Now wait