In the daily release of articles, not every article may have an article summary, so the summary function of WordPress can not meet our needs. This article shared by wptootutorial network introduces a WordPress technique of automatically intercepting part of the content of an article as an article summary, and can customize the number of […]
Tag: WordPress skills
Implementation of tag inner chain association effect of WordPress program without plug-in
Nowadays, whether it is a large website or a personal blog, what matters is not the weight of the website determined by the number of external links, but the content quality of the website itself and the construction of internal links, so that users / search engines can easily find the relevant content we need. […]
Is in WordPress Theme_ Home () and is_ front_ Different usage of page ()
Under normal circumstances, when we use WordPress to build a website, the home page is the default index.php Just call the template. But if there are some special needs, such as the special page needs to be displayed in the home page, we will set a static page in the background as the home page. […]
How to delete the version number tail of WordPress scripts and CSS style sheets
As an excellent website building program, WordPress is undoubtedly the largest user group in the world in terms of user volume. Because of the powerful function, we need to consider the application compatibility to various functional requirements in the process of program design, so when we use the default WP program, it will be very […]
Solve the problem of “upload error, please try again later” in WordPress image upload
One of the reasons why I like to use WordPress is that I have encountered problems. Basically, I can find a solution for the document. For example, when I upload the picture in the background today, there is an error prompt “upload error, please try again later”. At first, I thought that the permission is […]
Methods to disable / delete URL form item of WordPress comment website
If we use the default theme of WordPress or most of the themes, there are several options in the comments, such as nickname, URL, email, and comment content. We are sure that many people have noticed that some netizens’ return visit comments are not used for real comments, but want to leave their own website […]
WordPress defines different pages and calls different sidebar templates
A customer website of the company needs to use different calling contents for different page sidebars of WordPress program. In fact, we can also use widget logic plugin to define the display range of a floating module, but we are not free to define it. So I’m going to use a separate template file to […]
WordPress removes the comment box URL form and limits existing comment nickname links
The purpose of most netizens in the blog comments is to leave their own website links, promote their own website and get a little weight. Although in recent two years, with the change of search engine algorithm to reduce the weight of comments, there are still many users who are busy with these things. Of […]
Disable rest API function of WordPress program and remove WP JSON link
There is no doubt that WordPress is currently a relatively easy-to-use PHP program, which can be used in personal blogs, enterprise websites and small business websites. Moreover, the official updates of WordPress and the rich themes of third-party plugins make this program more and more diverse. However, with the continuous upgrading of functions, it will […]
WordPress is not allowed to use the admin user name to log in to the account
Remember that when the previous version of WordPress program is installed by default, the user name will use admin by default, but now when the new version of the installation site, you can set a non admin user name. In view of security considerations, if you use the admin user name, some software will automatically […]