Category: WordPress
-
Post Views: 21 Recently, I decided to seriously operate my technical blog. The first step is to submit the site map to the mainstream search engine. I thought it was a simple job, but I didn’t expect to encounter a lot of pits – Bing is empty, Baidu requires the related subject, Sogou has to upload a composite picture of…
-
Post Views: 21 In the last article, I shared with you the core original intention of my blog multilingual – breaking language barriers and allowing sharing to reach a wider audience. Today, we will enter the practical link – the selection and configuration of the plug-in. This step directly determines the efficiency of subsequent translations, website loading speed, and the…
-
Post Views: 21 1. Receive an email from Google Search Console: the new reason causes the websitehttp://www.shuijingwanwq.com/Web pages on the page cannot be indexed. as shown in Figure 1 2. Open the index preparation report, there are 863 web pages that are not indexed. The reason is that there are 793 web pages that the webpage will automatically redirect. Decided…
-
Post Views: 54 1. The URL URL of a column of a CSV file is now escaped after a string. Example: 2. Because it is planned to import the CSV file into WooCommerce’s products, the URL is mapped as a picture. If it is escaped, the picture is empty after importing. After deciding to deliberate, import again. 3. Select the…
-
Post Views: 44 1. The URL URL of a column of a CSV file is now escaped after a string. Example: 2. Because it is planned to import the CSV file into WooCommerce’s products, the URL is mapped as a picture. If it is escaped, the picture is empty after importing. After deciding to deliberate, import again. 3. Select the…
-
Post Views: 49 The correct display of code blocks is critical when writing a technical blog. Recently, I’m having trouble with code blocks using the WordPress Gutenberg editor, and I’m struggling to find a better solution. After repeated exploration, I finally summed up a complete set of ‘from manual to automatic’ complete plan, which can not only solve the problem…
-
Post Views: 33 I recently wanted to add the function of the article to read on the blog. Add the historical pageview to the old article, and realize automatic counting of new visits at the same time, and there is no need to modify the core code of the theme, and do not rely on complex operations. After many times…
-
Post Views: 114 The background When writing a technical blog with a WordPress block editor (Gutenberg), I often need to include multiple code blocks in one article, such as: SQL query (SQL) Go sample code (GO) PHP code (PHP) Description text (Text) Usually, an article will contain about 10 code blocks in combination. This kind of content was very stable…