[2025-05-18]Some Experience About WordPress / 使用WordPress的一点经验和心得

WordPress

With WordPress and its plugins, it is possible that a website can be built without any coding work.
But you have to be familiar with all the plugins. You have to know which ones should be chosen, and how to set them up.
For me it is so hard, so I use another method:
Write my own plugins, back end using PHP, front end using React(I am familiar with this) packing with vite.
Define RESTful APIs for the connection.
Until now it seems working well. I just built multiple sites on one WordPress, one is the website for resume optimization, the other is a blog with hardly some coding work(all links provided blow), it woks fine.
WordPress provides a lot of functions which I don’t need to implement myself, like the session, cert, email, register, and other staffs.
There are a lot of other features I haven’t used, like the theme(for me it was something unconventional), the templates, and so on. And I have heard of some disadvantages about WordPress, like the security and effecency.
But I think now it was quite enough for me.

Related Platforms

(Github Issues) / (Notion) / (Blog)

Advertisement

(A website to optimize your resume and to boost your career: Nonpareil.me)


WordPress

以现在Wordpress社区、插件等方面的丰富程度,完全能够实现不写一行代码就建立起一个相对复杂的网站。
但是这要求你必须熟悉这些插件。你需要能够分辨哪些插件是必须的,合适的,并且能够正确设置它们。
对我来说这比学习一门新的编程语言还困难。
所以我采用了另外一种方式:自定义插件。
我用PHP写后台代码,用React写前端页面(React框架我更熟悉),定义RESTful API做前后端交互。
到目前为止还没什么问题。最近架设了多站点,一个是用这种插件的方式实现的简历优化网站,另一个是几乎没有写代码搭出来的Blog(后面都有链接),也还挺好用的。
WordPress有些功能我几乎没用上,比如主题(有时反而觉得主题很添麻烦),模板等等。听说Wordpress也会有些安全和效率问题。
有时会想,干脆不要用Wordpress算了,换个其它框架,比如Node.js。不过Wordpress提供了很多方便的功能,是我不熟悉、不太容易实现的部分,比如session管理,证书tpgn,用户注册,邮件处理等等。
对于现在的我来说,还是需要快速和方便,其它部分等未来有需要再去考虑。

相关平台

(Github Issues) / (Notion) / (Blog)

推广

(优化简历,助力职场:Nonpareil.me)

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

滚动至顶部