Skip to content
wp-skills
Register
44 live

WordPress Code Generators

Here are some useful code generators that you can use for themes, plugins or custom functions. Whether you're building code from scratch or customizing existing code, these tools make it easier and more efficient to manage your WordPress projects. Good coding!

7 live

Content

The things a site is made of — post types, taxonomies, menus and the blocks of markup you drop into them.

3 live

Blocks

Blocks of your own, the patterns people build pages out of, and the styles that restyle a block someone else wrote.

8 live

Admin

Screens, panels and notices inside wp-admin, plus the scheduled work behind them.

5 live

Plugins

Scaffolding for a plugin of your own: headers, hooks, configuration and mail.

5 live

Queries

Argument arrays for the WP_*_Query classes, written out in full rather than remembered.

4 live

Users

Roles, profile fields and the forms people sign in through.

4 live

Themes

Theme and child-theme setup, from the stylesheet header to theme.json.

4 live

Assets

Scripts, styles, fonts and image sizes — everything you register rather than write.

2 live

REST API

Your own endpoints, and extra fields on the ones WordPress already serves.

2 live

Elementor

Extending Elementor with a plugin or a widget of your own.