Meta Box
You want to add events, team members, testimonials, or listings to your WordPress site. But the standard editor only handles posts and pages. You need something more, but you don’t want to overcomplicate things or slow down your site. Meta Box gives you everything you need to build dynamic WordPress sites – with over 40+ field types for adding custom fields to posts, pages, custom post types, taxonomies, settings pages, users, and comments. It’s lightweight (no bloat), flexible (works with any theme or plugin), and fast (uses native WordPress storage). No lock-in, no extra baggage. Any type of custom fields, anywhere Add custom fields to any part of WordPress: Posts & Pages – Add extra fields to regular content Custom post types – Use with our free CPT UI plugin to create custom post types and taxonomies Taxonomies – Categories, tags, and custom taxonomies via MB Term Meta Settings pages – Theme/plugin options via MB Settings Page Users – Profile fields via MB User Meta Comments – Comment fields via MB Comment Meta 40+ field types (and you can add your own) Meta Box ships with 40+ built-in field types: text, textarea, WYSIWYG, image, file upload, post select, checkbox, radio, date/time picker, taxonomy, user, oEmbed, and more. You can also create custom field types. Most fields support cloning and repeatable groups. Developer-friendly by design Lightweight API – Won’t bloat your site Modular – Add only what you need Native storage – Uses WordPress meta tables by default for speed and compatibility, and can be extended to custom tables for advanced setups Composer support – Integrates with modern PHP workflows Hooks – Extensive actions and filters for customization Integration-ready – Works with any theme or plugin Get more with Meta Box Meta Box Lite is the UI version of Meta Box that helps you manage everything visually – custom fields, post types, taxonomies, and more – without touching code. Meta Box AIO is an all-in-one plugin that bundles all free and premium extensions, giving you everything from conditional logic to frontend submissions, custom tables to Gutenberg blocks – all in one package. Documentation Full documentation and tutorials are available to get you started: Introduction Custom post types Custom fields Field settings Displaying fields You might also like If you like this plugin, you might also like our other WordPress products: Slim SEO – A fast, lightweight and full-featured SEO plugin for WordPress with minimal configuration. Falcon – A lightweight companion for making WordPress faster, cleaner, and more secure. GretaThemes – Free and premium WordPress themes that clean, simple and just work. Auto Listings – A car sale and dealership plugin for WordPress. External services This plugin may connect to third-party services when you use certain features. No data is sent until those features are used. Google Maps The map field uses the Google Maps JavaScript API to show maps and look up addresses. When a map field is displayed in the admin or on the frontend, the browser loads the Google Maps script. Address searches and map coordinates are sent to Google. You must supply your own Google Maps API key. This service is provided by Google: terms of use, privacy policy. OpenStreetMap The OSM field uses OpenStreetMap tiles to show maps and Nominatim to look up addresses. When an OSM field is displayed, the browser requests map tiles from OpenStreetMap. Address searches are sent to Nominatim. This service is provided by the OpenStreetMap Foundation: terms of use, privacy policy. Nominatim usage is also covered by the Nominatim usage policy.
Top keywords
- custom13×2.27%
- fields10×1.75%
- meta10×1.75%
- wordpress10×1.75%
- field9×1.57%
- types9×1.57%
- box6×1.05%
- google6×1.05%
- maps6×1.05%
- meta box6×1.05%
- post6×1.05%
- add5×0.87%
Moonstack Ultimate Elementor Kit
Moonstack Ultimate Elementor Kit is a powerful plugin that extends Elementor Page Builder with a comprehensive set of professional widgets for displaying posts, custom fields, sliders, and various content elements. In the WordPress admin dashboard, the plugin settings and tools are available under the MU Elementor Kit menu. Features Post Display Widgets – Show post titles, content, excerpts, featured images, and meta data Advanced Sliders – Banner slider, card slider, and logo slider with multiple effects Custom Fields Display – Display ACF and custom post meta fields with various formats Interactive Buttons – Custom buttons with icons, animations, and advanced linking Fully Customizable – Extensive styling options and hook system for developers Widgets Included Post Widgets Post Title – Display post titles with word limit and linking options Post Content – Show full content or excerpts with formatting control Post Excerpt – Custom excerpt display with fallback options Post Meta – Display post metadata (date, author, categories, tags) Post Featured Image – Featured image display with linking and effects Post Custom Fields – Show custom fields and ACF fields with various formats Slider Widgets Banner Slider – Full-width banner slider with content overlays Card Slider – Card-based slider for posts, products, or custom content Logo Slider – Customer logo slider with hover effects and linking Form Widgets Form – Advanced form builder with AJAX submission, email notifications, and Google reCAPTCHA (v2/v3) integration External Services This plugin supports embedding videos from third-party video platforms such as YouTube, Vimeo, and Dailymotion. These services are used only when the site administrator explicitly selects a video field type and provides a corresponding video URL. When embedding a video: – The video ID is used to generate an iframe embed URL. – No personal user data is collected or stored by the plugin. – No data is transmitted automatically without user action. External services used: Dailymotion Service: Video embedding Website: https://www.dailymotion.com Privacy Policy: https://www.dailymotion.com/legal/privacy Terms of Service: https://www.dailymotion.com/legal/terms Vimeo Service: Video embedding Website: https://vimeo.com Privacy Policy: https://vimeo.com/privacy Terms of Service: https://vimeo.com/terms YouTube Service: Video embedding Website: https://www.youtube.com Privacy Policy: https://policies.google.com/privacy Terms of Service: https://www.youtube.com/t/terms Google reCAPTCHA Service: Spam protection and security Website: https://www.google.com/recaptcha/about/ Privacy Policy: https://policies.google.com/privacy Terms of Service: https://policies.google.com/terms Basic Widgets Custom Button – Advanced buttons with icons, animations, and links Developer Friendly All widgets include extensive hook systems for customization: moonulel_after_post_title_single_render moonulel_post_content_single_before_html_output moonulel_post_excerpt_single_before_render moonulel_before_post_meta_single_render moonulel_post_featured_image_single_before_render moonulel_post_custom_field_single_before_field_output moonulel_post_button_content moonulel_banner_slider_slide_background moonulel_card_slider_slides moonulel_logo_slider_logos moonulel_form_submitted_data moonulel_form_before_send_emails moonulel_form_after_save_db Customization All widgets can be customized using WordPress hooks. Example: // Modify post title output add_filter('moonulel_post_title_single_before_output', function($title, $post, $settings) { return strtoupper($title); }, 10, 3); // Add custom content after banner slider add_action('moonulel_banner_slider_after_container', function($settings, $unique_id, $widget) { echo ' Custom Nav '; }, 10, 3); // Filter form widget submitted data before sending email or saving add_filter('moonulel_form_submitted_data', function($submitted_data, $form_id, $post_id, $settings) { // Add custom hidden data $submitted_data['Source'] = 'Facebook Ads'; return $submitted_data; }, 10, 4);