Welcome to our showcase of WordPress core blocks!

Core Blocks Demonstration

This page demonstrates various core blocks available in the WordPress Gutenberg editor.

1. Text Blocks

This is a standard paragraph block. You can use it for regular text content.

1.1 Heading Block

  • List item 1
  • List item 2
  • List item 3

This is a quote block. Use it for quotations and cited content.

— WordPress Enthusiast

This is a pullquote block. It’s similar to a quote but with a different style.

— Another WordPress Fan
This is a verse block.
It preserves line breaks
and can be used for poetry
or other formatted text.

2. Media Blocks

This is an image block with a caption
This is a video block (placeholder)
This is an audio block (placeholder)

3. Layout Blocks

This is column 1

This is column 2

This is a group block. It can contain multiple blocks within it.


4. Widget Blocks

5. Embeds

This is a YouTube embed

6. Button Block

7. Table Block

Header 1Header 2
Row 1, Cell 1Row 1, Cell 2
Row 2, Cell 1Row 2, Cell 2

8. Code Block

function greet() {
    console.log("Hello, WordPress!");
}
greet();

9. Custom HTML Block

This is a custom HTML block.