Wordpress Code Generator
This tool simplifies WordPress development by automatically generating WordPress code for custom post types, taxonomies, term meta, metaboxes, and admin tables in one project. You can also add snippets from the library!
Save time and streamline your workflow with this powerful, user-friendly solution designed to enhance your WordPress projects effortlessly.
if ( ! class_exists( 'Obelix_Custom_Post_Project' ) ) {
class Obelix_Custom_Post_Project {
}
}
new Obelix_Custom_Post_Project;
Add custom post type
Add Your First Post Type
Expand the functionality of WordPress beyond standard posts and pages with custom post types.
Add custom Taxonomy
Add Your First Taxonomy
Create custom taxonomies to classify post type content
Create Metabox
Create Term Meta
Auto generator base on meta field
Please add at least one meta field (You can now uses repeater/ repeater group/ wysiwyg/ gallery/ oembed/ iframe/ html in table!)
Add snippets to project
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Disable Automatic Updates
Use this snippet to completely disable automatic updates on your website.
Disable Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
Disable Widget Blocks (use Classic Widgets)
Use the classic interface instead of Blocks to manage Widgets.
Remove WordPress Version Number
Hide the WordPress version number from your site's frontend and feeds.
Disable XML-RPC
On sites running WordPress 3.5+, disable XML-RPC completely.
Disable Attachment Pages
Hide the Attachment/Attachments pages on the frontend from all visitors.
Disable The WP Admin Bar
Hide the WordPress Admin Bar for all users in the frontend.
Disable WordPress REST API
Easily disable the WP REST API on your website with this snippet.
Disable RSS Feeds
Turn off the WordPress RSS Feeds for your website with 1 click.
Completely Disable Comments
Disable comments for all post types, in the admin and the frontend.