wordpress learning-plugins-001,-plugins-001_PHP tutorial
wordpress learning-plugins-001, -plugins-001
plugins-plugins
Akismet (Automattic Kismet) is a widely used spam filtering system. Its author is the famous WordPress founder Matt Mullenweg. Akismet is also a plug-in installed by WordPress by default. It is widely used and its design goal is to help blog websites Filter message spam. With akismet, you basically don’t have to worry about spam messages. Akismet, used by the vast majority of WordPress bloggers, can be used on a variety of blog platforms, not only WordPress, but also MovableType, PixelPost, etc. Its working mechanism is simply that after enabling Akismet, when the blog receives comments, pingbacks or trackbacks, it will automatically submit it to Akismet and compare it with the blacklist on Akismet. If it is on the blacklist , the message or trackback will not be published. Of course, in order to avoid misjudgment, the information will not be deleted immediately, but will be temporarily stored for further manual judgment by the blog administrator. Generally, this period is 15 days , that is, the blog administrator can restore it within 15 days, and it will only be deleted once this period has passed. For the fish that have not been identified by Akismet, when the blog administrator marks it as Spam, the Akismet server will also be updated accordingly, that is, the corresponding content will be added to Akismet's blacklist. In other words, this blacklist will The list is jointly maintained by bloggers.
Install Akismet
The Akismet plug-in is included in the default WordPress download, so you do not need to download and install Akismet separately. However, you must go to the WordPress official website to register an account and obtain the API Key of the WordPress official website. Then enter this key into the options provided by the plug-in. If you are installing the Akismet plug-in for WordPress Mu, you can edit the Akismet plug-in, define a constant called WPCOM_API_KEY at the beginning of the plug-in, assign the value of this key to it, and then Just activate this plug-in for the entire site.
2Akismet Version
Automattic offers two different versions of Akismet, one is the personal version, which is what we are using now, and everyone can try it for free, and the other is the commercial version, which is for people who can make $500 from their blog or For commercial customers, the commercial version has better services and no restrictions.
3Usage of Akismet
How to apply for Akismet
Based on the domestic usage situation, here we will specifically talk about the free application for the personal user version. First, open the list of installed plug-ins from your blog backend, then click the "Register an Akismet API key" link behind Akismet, and you will go to the official website. Click the "Click sign up for aksimet" button to get the Akismet package. In the selection interface, there are three packages for everyone to choose from. The first is $50/month, the second is $5/month, and the third is $0-120/year. Please note that when applying for free users, you need to choose the third package: 0-120 US dollars/year. Click the sign up button below it to enter the application information filling interface, and drag the package selection slider to the left to the 0 position. Then fill in your name and the email address used to receive the API key. Click continue to submit. If you see "Your Akismet subscription is now active" under the "Done" page, it means the application is successful. Then enter the email you just filled in. Akismet official has sent you an email. Email, which contains the API key that authorizes you. The content is roughly as follows: Thanks for choosing Akismet to protect your blog from spam.====================================== GETTING STARTED ===================================== Your Akismet API key is: ************* To activate Akismet in recent versions of WordPress: 1. Go to the Plugins tab of your WordPress wp-admin dashboard. 2. Find the Akismet plugin. Click the Activate link if it's not already active. 3. Go to the Plugins -> Akismet Configuration tab. 4. Enter your API key 4f64b02bc4f0 in the box. 5. Click the Update Options button. Copy the key in the email and return to your blog backend.Usage of Akismet
This is where you configure your Akismet. To make it work for your blog, you have to configure it. Open the plug-in list, find Akismet, and click the settings link to enter the Akismet configuration interface. In the Akismet API key column, there is an input box that takes you from the above Paste the APIkey copied from the email here, click Update Settings, and the entire configuration is completed.
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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











There are four ways to adjust the WordPress article list: use theme options, use plugins (such as Post Types Order, WP Post List, Boxy Stuff), use code (add settings in the functions.php file), or modify the WordPress database directly.

To build a website using WordPress hosting, you need to: select a reliable hosting provider. Buy a domain name. Set up a WordPress hosting account. Select a topic. Add pages and articles. Install the plug-in. Customize your website. Publish your website.

WordPress IP blocking plugin selection is crucial. The following types can be considered: based on .htaccess: efficient, but complex operation; database operation: flexible, but low efficiency; firewall: high security performance, but complex configuration; self-written: highest control, but requires more technical level.

A step-by-step guide to replacing a header image of WordPress: Log in to the WordPress dashboard and navigate to Appearance >Theme. Select the topic you want to edit and click Customize. Open the Theme Options panel and look for the Site Header or Header Image options. Click the Select Image button and upload a new head image. Crop the image and click Save and Crop. Click the Save and Publish button to update the changes.

WordPress editing dates can be canceled in three ways: 1. Install the Enable Post Date Disable plug-in; 2. Add code in the functions.php file; 3. Manually edit the post_modified column in the wp_posts table.

The steps to create a custom header in WordPress are as follows: Edit the theme file "header.php". Add your website name and description. Create a navigation menu. Add a search bar. Save changes and view your custom header.

Importing WordPress source code requires the following steps: Create a sub-theme for theme modification. Import the source code and overwrite the files in the sub-topic. Activate the sub-theme to make it effective. Test the changes to make sure everything works.

You can view the WordPress front-end by logging into the dashboard and switching to the View Sites tab; automate the viewing process with a headless browser; installing the WordPress plugin to preview the front-end within the dashboard; viewing the front-end via a local URL (if WordPress is set locally).
