Publish: 2019-10-29 | Modify: 2019-10-29
Open the WordPress backend - go to Appearance - Theme Settings - you can see the "Basic Settings" of Msimple as shown in the figure below.
Next, let's explain each option of "Basic Settings" one by one.
This refers to the website keywords
, multiple keywords should be separated by comma in English, leave it blank if there are none.
Describe what your website is about, generally not exceeding 200 words, leave it blank if there is none.
This is the copyright information displayed in the footer of the website, you can modify it according to your own situation, such as adding the record number or other information. The content can be in HTML format.
Image acceleration is empty by default (not enabled). If you fill in the image acceleration domain, the images in the article will be replaced with the accelerated address. For example, if your website domain is www.xiaoz.me
and you fill in the acceleration address as cdn.xiaoz.me
, the image addresses in the article will be replaced with cdn.xiaoz.me
.
Note:
http://
and should not end with /
.WordPress uses Gravatar avatars by default, but the avatar address is slow to load in China. Therefore, the Msimple theme is configured with gravatar.loli.net
as the Gravatar avatar acceleration address by default. You can also replace it with other Gravatar mirror addresses.
Note:
http://
and should not end with /
.It is recommended to put Baidu Analytics code here. If it is not Baidu Analytics code, it is recommended not to fill it in here to avoid exceptions. Note: The tracking code here does not need to include <script></script>
tags (scripts with script tags will be filtered). For example, if you have obtained the tracking code:
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?122c65c6dbd2900393fe6646ed641194";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
Then you should fill in:
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?122c65c6dbd2900393fe6646ed641194";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
If you encounter any problems with Msimple's "Basic Settings", please leave a comment below.
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.