Classify articles under Typecho

A few days after upgrading Typecho1.2, I found that the background comment email notification did not work, and I could not find the problem by testing the debug sending records of different comment reply notification plug-ins back and forth. (My unprofessional blind guess is that the new version of Typecho does not connect well with the old version of the wheel hook after the reconstruction, and that some language definitions are different after the upgrade of the new version of PHP 7.2, while the original plug-in code does not add definition support compatible with the new version of PHP 7.2. It should be like this 🤔) My method for invalid plug-ins is simple and crude. I will directly replace them

Typecho has finally updated the official and stable version for so many years, and has not logged in to the background for a long time. The update was only known from the official articles pushed in the background. 😁 The new version supports the PHP 7.2+version, even the 7.8 version. After I steadily upgraded to the new version of typecho1.2.0, I only upgraded my PHP to 7.2 (using the army brother's lnmp, which is convenient for PHP upgrade). Hehe, the overall response speed is much faster. In addition, the new version of TP optimizes the background display of the mobile phone, which makes the background management of the mobile phone more comfortable 😘 Preview of draft articles is also supported. This function

Recently, I have been obsessed with the theme of changing the default theme. I admire myself and change myself into a fake coder. Typecho does not have the function of custom clipping and specifying the size, such as automatic clipping 140 * 140px of uploaded images. This function can only be realized with PHP code, but it is generally troublesome. For me who do not understand the code, it is simple and practical to use plug-ins. ① Typecho thumbnail plug-in Thumbnail plug and play, no need to set. Can call a picture

① A few days after Typecho was installed, a problem was found that when Emoji emoticons were inserted into articles or comments, the content behind the emoticons would disappear after saving. This is not good. I can't bear it when I'm used to using facial expressions. Sometimes it will cause a lot of trouble if I don't pay attention. Sometimes I also like to use the expression of WIN10, which is actually very convenient. In fact, adding Emoji support method is also very simple. Search the tutorial and it will be available. I will not repeat the tutorial here. For specific operations, see @ Nanlon here. After coding, Emoji expression can be played any way you want