This article shares several very good, value-for-money purchases of WordPress Chinese themes. The theme author's website uses the WordPress theme of their own development.These themes are designed to be concise, beautiful, functional, compatible,
WordPress adds a comment reply email notification function, wordpress notification
After a comment is replied, an email is automatically sent to the reviewer, which is a major measure to improve the user experience. Zhu Meng has been using the
By default, the WordPress minor version security update sends a message informing you that your site has been updated. If you have more than one WordPress site, each station is a bit annoying to send one at a time, you can use this method to prevent
Commenting on replying to posts, proactively sending emails to notify commentators, which is a great move to improve the user experience. Advocate Meng has been using Willin kan main comment reply email alert Notification Code, I believe many people
First, lamp combination of basic knowledge Second, WordPress, phpMyAdmin installation LAMPLinuxApache (httpd)MysqlPHP, Python, Perl, Ruby, etc. Combination of A and p:Cgi:common Gateway Interface Universal Gateway Interface, which can be understood
Turn off WordPress New user Registration Mail notification method:
Open wp-includes/pluggable.php File
Search location to:
The code is as follows
Wp_mail (get_option (' Admin_email '), sprintf (__ (' [%s] New User
SEO tools have seen many people use WordPress. However, some important functions may not be known to everyone, that is, the WordPress second-receiving function. Although everyone prefers their websites, however, many users who have been using
Disable the email notification method for registering a new wordpress User: Open the wp-uplodes/pluggable. php file.Search and locate: The code is as follows:Copy code Wp_mail (get_option ('admin _ email '), sprintf (_ (' [% s] New User
Comment Reply Email notification means: You reply to a comments, a will receive the corresponding email notification.
Create a new plugin, only need a PHP file on it.
First, add_action.
Add_action (' Comment_post ', ' comment_notify ');
Then
Copy CodeThe code is as follows:
/*
Create MyTheme folder under Themes, wp-content, root directory to create a new theme template
Create index.php in the MyTheme directory, style.css two files, you can see the theme you just created in WP
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.