Top "Meta-boxes" questions

How to add wysiwyg editor in Wordpress meta box

I'm creating a meta box for my custom post type. There are multiple fields where I would like to use …

wordpress editor field meta-boxes
how to add a meta box to wordpress pages

i want to make this code for pages add_action( 'add_meta_boxes', 'meta_box_video' ); function meta_box_video() { …

wordpress meta-boxes
Save meta box data from selected dropdown list

I'm trying to save some data in WordPress database from a meta box. I've got a dropdown list to select …

php wordpress html-select meta-boxes
How to remove Custom Field section from Wordpress?

I am trying to remove custom fields section from Wordpress backend. I think I found a function that display custom …

wordpress custom-fields meta-boxes
How to get value of custom meta boxes

I created some custom meta boxes for products. In writepanel-product_data.php I added: woocommerce_wp_text_input( array( 'id' =&…

woocommerce meta-boxes
How to set radio buttons in custom meta box checked?

I created a custom meta box where you can choose a value from some radio buttons and save it to …

wordpress radio-button checked meta-boxes
get_post_meta returns "Array"

I made a very custom meta box. Now im trying to display the data but all I can output is "…

php arrays string wordpress meta-boxes
WordPress Meta Box for custom post type

I have a custom post type ("site") that I'm using to display our clients, and I am trying to add …

wordpress custom-post-type meta-boxes
How do I make multiple image uploads with WordPress metabox?

HelloI created an Image upload with WordPress Meta-box, but it works only with "JPG" extension By this code function add_…

wordpress image-upload meta-boxes
How can I add custom meta fields in categories?

Does anyone have any idea how to add custom meta fields while making categories and fetch them in the loop …

wordpress plugins categories meta-boxes