md-theme-blocks

Provides ready-made Gutenberg blocks for WordPress themes with PHP render callbacks and front-end references.

14|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wpgaurav/WordPress-skills --skill md-theme-blocks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md-theme-blocks
Source: https://github.com/wpgaurav/WordPress-skills/tree/main/skills/wordpress/md-theme-blocks
Command: npx skills add https://github.com/wpgaurav/WordPress-skills --skill md-theme-blocks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Marketers Delight Theme Blocks provides a ready-made collection of Gutenberg blocks for the Marketers Delight WordPress theme, enabling teams to assemble marketing-focused layouts without building custom blocks from scratch.

Core Features & Use Cases

  • 26 native blocks with attributes, examples, and PHP render logic (no JSX/build step).
  • Namespace: marketers-delight/<block-name>, with a consistent design system and predefined styling references stored in references/.
  • Use cases include landing sections, CTAs, promotional callouts, content roadmaps, and widget-like content blocks in posts, pages, and templates.

Quick Start

Read the block reference files in references/ and start using the marketers-delight/ blocks in your Gutenberg editor.

Frequently Asked Questions about md-theme-blocks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add custom Gutenberg blocks to a WordPress theme without a build step?

You can use pre-built Gutenberg blocks with PHP render callbacks and non-JSX ES5 code to add custom blocks to your WordPress theme without a build step. This collection provides 26 native blocks with predefined styling references.

What Gutenberg blocks are available for building marketing-focused WordPress layouts?

Gutenberg blocks for marketing layouts include ready-to-use components for landing sections, CTAs, promotional callouts, and content roadmaps. These blocks provide attribute-driven rendering for assembling marketer-focused pages.

Can I use attribute-driven rendering for Gutenberg blocks in WordPress posts and templates?

Yes, you can use attribute-driven rendering for Gutenberg blocks in WordPress posts, pages, and templates. The blocks use PHP render callbacks with predefined styling references stored in reference files.

Do I need JSX to build custom Gutenberg blocks for WordPress?

No, you do not need JSX to build custom Gutenberg blocks. This collection uses non-JSX ES5 blocks with PHP render logic, eliminating the JavaScript build step typically required for custom block development.

How do I start using the Marketers Delight blocks in the Gutenberg editor?

To start using the Marketers Delight blocks, read the block reference files in the references directory and insert the marketers-delight/ blocks into your Gutenberg editor using their consistent design system.

What are the limitations of using non-JSX ES5 blocks for WordPress theme development?

Non-JSX ES5 blocks rely on PHP render callbacks and predefined styling references, limiting dynamic front-end interactivity compared to React-based blocks. They are designed for static content composition within the Marketers Delight theme namespace.