Recent content by yybang

  1. Y

    Insights on Building a WordPress Blog

    As a WordPress enthusiast, I’ve gathered some insights while building my blog, particularly on optimizing website performance and SEO. I hope these experiences can be helpful to others. First, although WordPress comes with powerful built-in features, its code is often quite “heavy,” which can...
  2. Y

    Insights on Building a WordPress Blog

    作为一名 WordPress 爱好者,我在搭建博客的过程中积累了一些经验,尤其是在网站性能优化和 SEO 方面。我希望这些经验能对其他人有所帮助。 首先,虽然 WordPress 内置了许多强大的功能,但其代码通常比较“臃肿”,这会导致页面加载速度变慢。因此,在网站搭建过程中,我会尽量简化冗余代码,移除不必要的插件和功能,只保留核心功能。此外,我会手动编写模板中的 `<head>` 部分,仅包含必要的 meta 标签、CSS 和 JS,避免使用 `wp_head()` 或其他 WordPress...