Basic Settings for Msimple Theme

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.

Website Keywords

This refers to the website keywords, multiple keywords should be separated by comma in English, leave it blank if there are none.

Website Description

Describe what your website is about, generally not exceeding 200 words, leave it blank if there is none.

Footer Copyright

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

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:

  • The acceleration domain does not need to include http:// and should not end with /.
  • Please ensure that the path of the acceleration domain is consistent with the path of your source site, otherwise the images will not be displayed.

Gravatar Avatar Acceleration

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:

  • The acceleration address does not need to include http:// and should not end with /.
  • This feature is enabled by default. If you don't need it, leave the address blank.

Tracking Code

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);
})();

Others

If you encounter any problems with Msimple's "Basic Settings", please leave a comment below.


Comments