先日、WordPress 6.4がリリースされた。2023年の3番目のメジャーリリースである。
大幅な新機能、バグ修正、ウェブサイトの作成・管理方法を改善するための変更が含まれています。
この投稿では、WordPress 6.4の新機能をスクリーンショットとともにご紹介します。
注意: WordPress 6.4はメジャーリリースであり、マネージドWordPressホスティングサービスをご利用でない限り、手動で更新を開始する必要があります。WordPressを安全に更新する方法については、こちらのガイドをご覧ください。
重要更新前にWordPressの完全なバックアップを作成することを忘れないでください。
とはいえ、WordPress 6.4の新機能の内訳は以下の通りです:
- New Default Theme – Twenty Twenty-Four
- Improved Pattern Management with Custom Categories
- Attachment Pages Disabled By Default
- Display Images in Lightbox Pop
- Redesigned Command Palette
- Block Editor Improvements
- Background Images for Group Block
- Improved Toolbar for Parent / Child Blocks
- Improved Outline / List View
- Open in New Tab in Link Preview
- Block Hooks Are Now Available
- Under The Hood Changes
動画一覧
書面での更新をご希望の方は、このままお読みください。
新規デフォルトテーマ – Twenty Twenty-Four
今年最後のリリースとなるWordPress 6.4には、Twenty Twenty-Fourと呼ばれる新しいデフォルトテーマが搭載される。
これは、すべての種類のウェブサイトに適した多目的デフォルトテーマです。
柔軟性とカスタマイザーを念頭に置いて、Twenty Twenty-Fourは編集とカスタマイズが非常に簡単です。6つのスタイルバリエーションから選ぶこともできます。
WordPressのブロックパターンは、ユーザーが投稿やページのコンテンツレイアウトをすばやく作成できるようにします。
Twenty Twenty-Fourには、あなたのサイトで使える数多くのパターンが同梱されています。
これには、FAQセクション、コールトゥアクションセクション、サービスなど、レイアウトによく使われるセクションを追加できるセクションパターンが含まれています。
カスタムカテゴリーによるパターン管理の改善
パターンとは、あらかじめ配置されたブロックのグループのことで、サイト上の任意の場所で素早く使用することができます。
WordPress 6.4では、サイトエディターでのパターン管理がすべて簡単になりました。
新規パターン作成時に、独自のパターンカテゴリーを追加できるようになりました。
パターン作成モーダルは WordPress 管理エリア全体で同じように表示されます。
サイトエディター内の「パターン」タブには、カテゴリー別に整理されたパターンが表示されます。
添付ファイルページ初期設定無効化
以前のWordPressでは、サイトにアップロードした添付ファイルのページを作成していました。
このページは添付ファイル(画像やその他のメディアファイル)とその説明のみを表示していました。このようなページは検索エンジンにクロールされ、WordPressサイトのSEOに適さないとみなされます。
ユーザーはAll In One SEOのようなWordPress SEOプラグインに頼って添付ファイルを無効化し、その画像やメディアを追加した投稿にリダイレクトしていた。
WordPress 6.4では、添付ファイルは初期設定ですべて無効化されます。
既存のWordPressサイトをお持ちの場合は、以前と同じように動作します。ただし、添付ファイルを無効化したい場合は、以下のカスタムコードスニペットをサイトに追加してください。
update_option( 'wp_attachment_pages_enabled', 0 );
ライトボックスポップに画像を表示する
大きな画像を表示するもう一つの一般的な方法は、ライトボックスのポップアップに表示することです。
WordPress 6.4では、ユーザーが投稿やページ内の画像のライトボックスポップアップを有効化できるようになりました。
画像を追加した後、ブロック設定のExpand on Clickオプションを切り替えると、ライトボックスのポップアップで画像を開くことができます。
このシンプルな画像ポップアップにより、ユーザーはページを離れることなく画像を拡大することができます。
この機能は新しく、かなり基本的なものです。例えば、画像ギャラリーを追加した場合、画像ごとに設定する必要があります。
美しいイメージギャラリーでより良いユーザーエクスペリエンスを得るには、EnviraGalleryまたはNextGENの使用をお勧めします。
これらは、美しいライトボックスポップアップ、アニメーション、スライドショー、ギャラリースタイルなどを備えた、フォトグラファーやポートフォリオサイトに最適なWordPressフォトギャラリープラグインです。
一新されたコマンド・パレット
コマンドパレットはWordPress 6.3で導入された。これにより、ユーザーはCTRL+Kのキーボードショートカットを使って素早くコマンドを入力できるようになった。
WordPress 6.4では、ツールにいくつかの改良が加えられ、新しいキーボードショートカットが追加されました。まず、微妙なデザインの更新があり、要素のテキストを少し暗くしてコントラストを高めています。
ブロックを操作するための新しいコマンドとアクションが導入された。これには、複製、変形、削除、挿入コマンドが含まれます。
複数のブロックを選択して、コマンドパレットを使って変形させることもできる。
ブロックエディターの改良
WordPress 6.4では、Gutenberg(ブロックコンテンツエディターのプロジェクト名)がコアにいくつかリリースされました。それぞれにいくつかの新機能や機能強化が含まれています。
以下は、ブロックエディターにおける顕著な機能強化の一部です。
グループブロックの背景画像
ブロックをグループ化することは、投稿、ページ、またはサイト全体のエディターで異なるレイアウトセクションを作成する最も簡単な方法です。
以前は、ブロックエディターを使ってブロックに背景画像を追加することはできませんでした。WordPress 6.4では、ユーザーが任意のグループブロックに背景画像を設定できるようになりました。
親子ブロックのツールバー改善
子ブロックを持つブロックを操作する場合、以前はブロックの周りを移動するたびにツールバーが移動し、変化していた。
これでは、ナビゲーション、リスト、引用などのブロックでは理想的なユーザー・エクスペリエンスが得られなかった。
WordPress 6.4では、子ツールバーが自動的に親ツールバーに添付され、内部ブロックを移動する際に一貫したユーザーエクスペリエンスを実現します。
アウトライン/リスト表示の改善
リスト表示は、サイト/ブロックエディター内のページまたは投稿レイアウトの概要をクイック表示します。
WordPress 6.4では、リスト表示が刷新され、新機能が追加されました。
リスト表示でグループブロックの名前を変更できるようになりました。
こうすることで、各グループブロックが何をするのかがわかりやすくなり、レイアウトが見やすくなる。
以前は、画像またはギャラリーを追加すると、リストビューにはラベル画像またはギャラリーしか表示されませんでした。手動でどの画像やギャラリーか確認するにはスクロールする必要がありました。
WordPress 6.4では、リスト表示に画像のプレビューが表示されるようになりました。
リンクプレビューで新規タブで開く
WordPress 6.3では、リンクプレビューコントロールの詳細設定に「新しいタブで開く」オプションが追加されました。
リンクを新しいタブで開くには数回のクリックが必須だった。
これは多くのユーザーがよく使う機能だった。
ユーザーからのリクエストに基づき、コアチームはリンクプレビューモーダルに新しいチェックボックスを追加し、ユーザーが詳細設定に入ることなく、新しいタブで開くリンクを設定できるようにしました。
ブロックフック登場
WordPress 6.4では、開発者向けにブロックフック機能が追加されました。
WordPressのコアAPIのフックの機能にちなんで名付けられたブロックフックは、開発者がブロックを動的に拡張することを可能にします。
例えば、プラグインはブロックに独自のオプションを追加することができます。ブロック設定パネルにはこれらのオプションが表示され、ユーザーはそのオン・オフを切り替えることができる。
アンダー・ザ・フードの変更
WordPress 6.4では、開発者向けの変更もいくつか含まれています。ここでは、最も重要な変更をいくつか紹介します。
- 新規:管理者通知機能を導入しました。(詳細)
- TEMPLATEPATH定数およびSTYLESHEETPATH定数は非推奨です。(#18298)
- WordPressの投稿メタ情報にリビジョンを追加するフレームワーク。(#20564)
- テーマ開発者は、フルードフォントサイズを計算するためのデフォルトの最小および最大ビューポート幅を独自に設定できます。(#59048)
- ブロックタイプにブロックフックフィールドが追加された。(#59346)
この投稿がWordPress 6.4の新機能を探るのにお役に立てば幸いです。私たちは特に、開発者向けのブロックフックと、ユーザーがコンテンツを作成しやすくなるブロックエディターのクオリティ・オブ・ライフの変更すべてに期待しています。
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Moinuddin Waheed
yesterday I installed the wordpress on one of my clients website and see this new interface on the home page. I was felt like who designed my website without me doing anything then realise that it’s the new updated version of the wordpress which automatically installs the 2024 version to the new installs. heartening to see so much improvement in the wordpres website development.
WPBeginner Support
Glad to hear you are liking the WordPress updates
管理者
Piotrek
The enhancement in pattern management is a particularly welcomed addition. The ability to create custom categories for patterns in the site editor brings a new level of organization and efficiency to the process, making it easier for users to navigate and utilize patterns for their content layouts.
I also find the decision to disable attachment pages by default in WordPress 6.4 to be a thoughtful move. This change aligns with SEO best practices, addressing the concerns of users who previously had to rely on additional plugins to achieve this. It not only streamlines the user experience but also underscores WordPress’s commitment to improving out-of-the-box SEO.
As with any update, there might be concerns about compatibility with existing websites. It’s reassuring to see that WordPress has considered this by maintaining the functionality for existing websites while implementing the default disablement for new ones.
One question that comes to mind is whether there are any additional features or improvements in the backend infrastructure of WordPress 6.4 that contribute to better performance or security ?
WPBeginner Support
There are many performance improvements that are in the update for the backend that are not overtly visible to users
管理者
Ralph
Update is always a good thing! WordPress never disappoints with frequent updates and new features.
Jiří Vaněk
Unfortunately, updates aren’t always smooth sailing. WordPress 6.4 showed us the potential issues that can arise from an update. For instance, there was a significant problem with cURL and also with Oxygen Builder. During this update, I dealt with numerous websites crashing and unhappy owners. I personally encountered issues with the PolyLang plugin.
Jiří Vaněk
Finally, WordPress has brought the image background feature to the Gutenberg editor for block groups. What other page builders could do before, WordPress can now do as well. A very useful feature.
WPBeginner Support
Glad you found the feature useful
管理者
Ram E.
I’ve installed this latest version last week and it’s been great so far. Love the new theme’s fonts and the performance enhancements. Would be nice if I am a developer myself so I can try using/experimenting the hooks with ease.
WPBeginner Support
Glad to hear you’ve been enjoying the update
管理者
KHALID ZAMAN
I’m thrilled to explore the latest features in WordPress 6.4. Thank You WPBeginner! For updating the WordPress user in such a detailed post. The improvements seem to be a of great importance, and I appreciate the dedication of the WordPress team in constantly enhancing the user experience.
WPBeginner Support
Glad to hear you found our article helpful
管理者
A Owadud Bhuiyan
Another version is here 6.4.1
6.4.0 version is really coming up new looking. That’s great for us.
Really great to know about this.
Rick Rottman
I set up Twenty Twenty-Four In a local environment and imported ten or so posts. I could not get it to stop displaying the demo content and display the posts I imported.
When is a theme not a theme? Twenty Twenty-Four doesn’t follow standard WordPress theme conventions.
WPBeginner Support
Thanks for sharing your experience with it, just to be safe please check which page you have set as your blog page under Settings>Reading as you may be seeing the default homepage.
管理者
Tanushree Cabs
nice, very helpful information, astra theme has these features already…
WPBeginner Support
Bringing helpful features from one theme or plugin to the default WordPress experience is not a bad thing
管理者
Geethu Anoop
Thank you for the detailed update on WordPress 6.4. Looking forward to testing it out the different patterns and happy they have disabled the attachment page by default.
WPBeginner Support
You’re welcome, glad we could share what to expect in the update
管理者
Konrad
new default theme and cleaner command pallette lookiing neat thanks for the breakdown
WPBeginner Support
You’re welcome
管理者
George
The new WordPress update (6.4) is a game changer but not for those of us using AMP. Please they should fix the preview.js script
Ahmed Omar
the new updates are bringing more advances and more web development
thank you
WPBeginner Support
You’re welcome, glad we could share what to expect with this update
管理者
Jiří Vaněk
However, I believe that for many people using builders like Elementor or Divi, there isn’t that much happening. WordPress pushed Gutenberg a lot, but for example, Gutenberg is still a very unintuitive editor for me. They should work on making it more user-friendly.
Naveera Batool
Hurrah! WordPress 6.4 is here, with its third major release in 2023.
WPBeginner Support
管理者
Mikolaj
This is exciting news for WordPress users! With the release of WordPress 6.4, it’s clear that the platform is continually evolving to provide a better web development and content management experience. The fact that this is the third major release of 2023 alone underscores the dedication of the WordPress community to keep improving the platform.