Current location: home page > Website construction > WordPress website establishment

WordPress blog theme Msimple updated to v1.1, with update instructions

WordPress website establishment 8 comments 2020-3-29 25,183 views
Msimple is a simple WordPress blog theme, which is the theme used by Xiaoz's blog. It was developed by Xiaoz and has been released in v1.1. Students who have purchased Msimple suggest updating it as soon as possible. Students who have not purchased Msimple can visit the Official Release of Msimple, a WordPress theme for Xiaoz Blog's own use, to view the introduction. V1.1 Update content CSS optimization fix i

WordPress plug-in free implementation of MarkDown syntax support

WordPress website establishment 19 comments 2018-7-28 21,460 views
WordPress does not support MarkDown tags by default (I don't know whether the latest version is implemented). Although many third-party MarkDown plug-ins are provided, they cannot achieve satisfactory results. Xiaoz has always used HTML tags to write articles. Although the typesetting effect is good, it is really laborious and inefficient to write. So he came up with a way to make WordPress better support MarkDown language

Push blog articles to WeChat subscribers using PushBear

WordPress website establishment 7 comments 2018-3-27 13,904 views
PushBear is a one to many message delivery service provided by Fangtang Technology. It does not need to apply for a WeChat public account. It can directly use the API provided by PushBear to send messages to WeChat subscribers in groups, for example, to push blog articles. The following will take Wordpres blog as an example. Just add simple code to automatically push blog posts. Register PushBear and set the channel registration address: https:/

Use TinyPNG to optimize your website pictures

WordPress website establishment 14 comments 2017-11-30 16,666 views
TinyPNG uses intelligent lossy compression technology to reduce the size of your PNG and JPG files. By selectively reducing the number of colors in the image, fewer bytes are needed to store data. The effect is almost invisible, but it has a big difference in file size! In general, it is to help you compress pictures, reduce the page size and indirectly improve the loading speed of the website without affecting the browsing experience as much as possible. TinyPNG provides online, plug-in, A

Recent WordPress comment plug-in Decent Comments

WordPress website establishment 2 comments 2017-8-15 8,865 views
The latest comment gadget provided with Wordpress is weak and popular. It does not display either the commenter's avatar or the comment content, which is obviously unfriendly. We can install Decent Comments plug-in to optimize it, which can be installed by ourselves through Wordpress background search. Plug in Settings After enabling the plug-in, you can see Decent Comments in Appearance Gadget, and drag the gadget

Save WordPress pictures to Zaoban Cloud to improve access speed

WordPress website establishment 15 comments 2017-8-11 21,258 views
If your server has a small water pipe, a large number of website images or the server is overseas, the loading speed of images may be delayed. Fortunately, there are many Wordpress plug-ins. You can use WordPress plug-ins to automatically upload images to the cloud again, and call images through the cloud again, greatly improving the loading speed. Configure Qiniu Cloud for CDN Acceleration in WP Super Cache, WordPress

WordPress uses Ajax to submit comments without refreshing

WordPress website establishment 7 comments 2017-6-22 18,580 views
Some themes have their own Ajax comments when they are developed. If your WordPress blog does not support them, please continue reading. The advantage of Ajax comments is that you can submit comments without refreshing the entire page. This method is applicable to WordPress>=4.4. If your WordPress is lower than this version, please upgrade it first. (More...)

WordPress code implements automatic keywords and descriptions

WordPress website establishment 9 comments 2017-6-21 10,870 views
Some Wordpress themes do not consider SEO optimization too much during development. It is obviously unwise to manually set keywords and descriptions of articles. Of course, you can use plug-ins to help you complete, such as All in one seo. But Wordpress has a principle that plug-ins should not be used if they can be implemented in code, so as to avoid excessive consumption of resources and impact on site speed. (More...)

WordPress outputs articles in the specified category directory

WordPress website establishment 0 comments 2016-12-5 6,399 views
Sometimes we need to output articles in a WordPress column to a specified location. How can we achieve this? In fact, it is very simple. One piece of code can do it. Get the category ID in WordPress background ->Articles ->Category, find the category you need, and click Open. For example, Xiaoz Blog opens the link of SEO column from the background. You will see that the link address contains tag_I