Tag: wordpress

40 Posts

Summary of solutions to the WordPress file upload size exceeding the php.ini limit
Foreword Friends who use WordPress to build websites, if there are the following application scenarios: installing new themes, installing plug-ins, uploading files and pictures, etc., most of them have probably encountered the embarrassing problem shown in the figure below: This is because WordPress is developed using the PHP language, and php.ini …
Best practices for automatic multilingual translation and multilingual SEO on WordPress sites (GTranslate and TranslatePress)
Preface A few days ago, when I was chatting with a friend, he suddenly mentioned the issue of multi-language support for websites. He said that if the content could be changed to English with one click, would it have a larger visitor base? I had never thought about this question before. As a personal blog that I was just doing for fun, could I really want to go global? However…
How to handle the "This site has encountered a fatal error" problem in WordPress
Preface I received an email today: I knew something was going to go wrong again, and sure enough: The backup site of wordpress could not use /wp-admin to log in to the backend dashboard due to the failure of the automatic upgrade plug-in, but if I did not log in to the backend and just accessed it normally, there was no problem...
A Guide to Setting Up an Independent Personal Blog and Avoiding Pitfalls
I have been hanging out on Zhihu a lot recently (mainly answering questions to earn points to see if I can upgrade~), and I often see newcomers asking questions like how to build a personal blog, and then there are a bunch of template-like answers below: nothing more than various cloud hosting recommendations, or a bunch of blog architecture recommendations. In fact…
WordPress was enabled in multisite mode, and data was migrated from the old site to the new site.
Preface WordPress supports multi-site function, but I have never felt that there is an urgent need for multi-site, and I don’t want to use the equipment that normally runs the site for experimentation, so I have never tried it. A few days ago, in order to write a solution for WordPress multi-site (see…
Using cloudflare tunnel to automatically take over the disaster recovery site when the main WordPress site fails
Preface In the previous article, I used Cloudflare Tunnel to implement the "load balancing", "multi-active", and "automatic redundancy" functions of multi-node WordPress. However, this method is not suitable for me because my requirement is that my home data center is normally...
Using Docker to set up a blog slave site based on WordPress and configuring regular backups of the master and slave sites.
Preface I had this idea because I changed the domain name of the image hosting last time. Later, when I was batch modifying the image hosting addresses in the WordPress database, there was a format problem when copying and pasting the SQL command, which caused the WordPress database in mariadb to crash.