Blok
Komponen blok. Tidak perlu kode. Cukup klik dan sisipkan konten.

Kembangkan tanpa batas
Belajar teknologi yang mempengaruhi sebagian besar web belum pernah semudah ini. Blok memungkinkan Anda berinteraksi secara visual dengan setiap bagian konten, dengan atau tanpa kode—mendorong tata letak yang kaya, pengalaman onboarding interaktif, dan kemampuan pengembangan yang tak terbatas. Baik untuk desain maupun untuk pengembangan, namun masih cukup intuitif untuk pendatang baru.

Paragraf

Judul

Media

Gambar

Video

Suara

Kolom

Berkas
Kekuatan rahasia WordPress
Blocks are the visual foundation of WordPress, and can be used to create and manage every part of your site. They're also easier than you think. Learn how to edit a block and you learn how to use all of WordPress—without having to write code. For inspiration, check out what others have done with WordPress in the Showcase.

Kendali Kreatif Lengkap
Editor WordPress adalah cara bawaan untuk menyisipkan, mengubah, menata, dan memindahkan block di sekitar kanvas, berkat tampilan muka seret-dan-lepas yang sederhana.
registerBlockType( 'your-first-block/hello-world', {
edit: function () {
return <p>Hello world (from the editor)</p>;
},
save: function () {
return <p>Hello world (from the frontend)</p>;
},
} );
Halo dunia (dari editor)
Buat milik Anda sendiri
If you can’t find a block that suits your needs, create your own. Creating a block is as simple as building a React component. Use the @wordpress/create-block package to jumpstart your creation.
See what's new with blocks
Perubahan utama versi WordPress terbaru mencakup peningkatan fungsi blok yang Anda gunakan dan pengalaman membangun situs web secara menyeluruh. Dapatkan informasi lebih lanjut tentang fitur-fitur apa saja yang tersedia dalam rilis saat ini.

Hanya di awal
While blocks are powerful on their own, they’re also part of something bigger and can be combined or deployed in various ways. As a unified and open syntax, they're easily understood by editors, browsers, and even AI. So whoever is editing will find it easy to make vibrant, personalized designs and experiences happen, fast.