Perhaps due to different usage habits, the top navigation of the WordPress blog theme designed by foreign web designers is the page of the WordPress blog, while the top navigation of the WordPress blog theme developed by Chinese people is the category directory of the WordPress blog, and the usage habits of Chinese people prefer the latter.Then, if you want to use a foreign theme that uses pages as navigation, you need to change it to a category directory as the navigation directory by replacing the relevant code.(More...)
WordPress blog theme style templates are divided into several according to different functions.The theme designed by the theme designer cannot satisfy everyone. In this case, the blogger needs to modify and beautify the theme himself. The prerequisite for modifying and beautifying is that the user can be familiar with the role of each template.(More...)
It is necessary to be familiar with the use of a website system and fully understand its relevant labels.In the previous section, the Blog Bar described in detail the files composed of the Z-Blog theme template in the Description of the Z-Blog Theme TEMPLATE Directory File. Now it describes the call tag on the Z-Blog sidebar.(More...)
WordPress can only bind to one domain name by default. If you want to bind multiple domain names to the same blog and not by jumping, in addition to modifying the relevant file code, you can also use WordPress related plug-ins.Domain Theme is one of the best.(More...)
Unlike WordPress, Z-Blog can directly add pages in the background to be used as "About Us" pages. Adding "About Us" pages to Z-Blog is relatively troublesome.Blog Bar introduces one of the methods, which uses static articles+article aliases.(More...)
The previous WordPress article content surrounding advertisement explained the method of WordPress to add surrounding advertisement code, and also said the method of Z-Blog sidebar advertising. Now let's talk about the method of Z-Blog blog to add article content surrounding advertisement.In fact, their methods are the same, but because the structure and code of the theme template are slightly different, there are also some differences in adding advertisements.(More...)
When the WordPress blog changes its domain name, it can redirect the traffic of the old domain name to the new domain name through the 301 domain name redirection, which can not only change the domain name but also maintain the traffic. Moreover, the 301 domain name redirection is friendly to search engines and will not be considered as cheating by search engines.(More...)
WordPress has no message board function by default, which is not in line with the usage habits of Chinese people. Someone has developed message board plug-ins as needed, but installing these plug-ins will reduce the speed of the blog. I believe most bloggers can understand this, so I think it is most appropriate to use WordPress's page function to create message boards.(More...)
After the WordPress blog has just been installed, the first thing to do is not to publish articles immediately, but to set the WordPress blog, which is conducive to the long-term development of the blog.The following blog explains the general settings under WordPress blog background settings.(More...)
The theme file of Z-Blog blog includes six directories: INCLUDE, PLUGIN, SCRIPT, SOURCE, STYLE and TEMPLATE. STYLE stores the theme CSS style file, while TEMPLATE stores the theme homepage, search page, article page, tab page and other page files.Blog Bar explains the functions of the 18 html files in the TEMPLATE directory.(More...)
Z-Blog blog can generate static classified directories and static pages with. html. htm. shtml as the suffix, which is beneficial to SEO.It is relatively simple to generate static Z-Blog blog. You only need to configure it on the backstage website, and then rebuild the file.(More...)
Moving a blog is to move the blog from one server space to another server space, and more deeply, to transfer the blog data from the original server to the new server.The WordPress blog based on PHP+MYSQL structure has almost no difficulty in moving, and the data is not big. It can be completed in a short time.(More...)
The method of changing the domain name of the WordPress blog system is very simple, so this article is not technical. It's just a way to mention the method of changing the domain name in the blog bar. I don't want to lack this content.The way to change the domain name of WordPress blog is to modify the database, change the old domain name in the data file sql to the new domain name, and then replace it with the original one.(More...)