Msimple Theme Setup: Basic Configuration Guide

Msimple themeWordPress basic settingsimage accelerationGravatar accelerationBaidu statistics
Published·Modified·

Open the WordPress admin panel, navigate to Appearance > Theme Settings, and you will see the Msimple "Basic Settings" as shown below.

Below is a detailed explanation of each option in "Basic Settings":

Site Keywords

This corresponds to the website's keywords. Separate multiple keywords with commas (, in English mode). This field is optional.

Site Description

Describe what your website is about. It is generally recommended to keep it under 200 characters. This field is optional.

Footer Copyright

This displays the copyright information in the website footer. You can modify it according to your needs, such as adding an ICP filing number. The content can include HTML.

Image Acceleration

Image acceleration is disabled by default (empty). If you fill in an image acceleration domain, images in your articles will be replaced with the accelerated address. For example, if your website domain is www.xiaoz.me and you fill in the acceleration address cdn.xiaoz.me, the image addresses in your articles will be replaced with cdn.xiaoz.me.

Note:

  • Do not include http:// in the acceleration domain, and do not add a trailing /.
  • Ensure the path of the acceleration domain matches your source site's path, otherwise images will not display correctly.

Gravatar Avatar Acceleration

WordPress uses Gravatar by default, but the avatar address loads slowly in China. Therefore, the Msimple theme is configured by default with gravatar.loli.net as the Gravatar acceleration address. You can also replace it with other Gravatar mirror addresses.

Note

  • The acceleration address should not include http:// and should not have a trailing /.
  • This feature is enabled by default. If you do not need it, leave the address empty.

Statistical Code

It is recommended to place Baidu Statistics code here. If you are using a statistical code other than Baidu Statistics, it is advised not to fill it in here to avoid potential issues. Note that the statistical code here should not include <script></script> tags (tags containing script will be filtered). For example, if the statistical code you obtained is:

<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 the following:

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 issues with the Msimple "Basic Settings," please leave a message below for feedback.