Force hide custom field metaboxes
How can I completely remove the custom fields and the collapse button in the Edit Post/Edit Page custom screen, but without removing the … Read more
How can I completely remove the custom fields and the collapse button in the Edit Post/Edit Page custom screen, but without removing the … Read more
I have a CTP named leads and have 2 metaboxes added to the CPT new/edit screen. I need to have one of them … Read more
Looking for a reason why get_post_meta() doesn’t work with home.php. From my reading I understand that it’s a template and not a post … Read more
Been digging into WP files for a bit and think I just might be missing something. The end-goal is to remove the Theme … Read more
I’ve built a basic meta box and have this in my functions.php. The current code: add_action( ‘admin_print_styles-post-new.php’, ‘portfolio_admin_style’, 11 ); add_action( ‘admin_print_styles-post.php’, ‘portfolio_admin_style’, … Read more
I have a custom post type called ‘contacts’. I want want to remove the status, post date and change the button from PUBLISH … Read more
I’m following this tutorial by Justin Tadlock on creating meta boxes. http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/ I can get a meta box with a single field to … Read more
This is a pretty lengthy question, so bare with me. In a plugin I’ve written that allows users to easily create new meta … Read more
I am using http://www.farinspace.com/wpalchemy-metabox/ and have created my meta boxes and the data is being saved successfully (See below) but I don’t know … Read more
I’m fairly new to PHP/wordpress, and this is actually the first time I haven’t been able to answer a question through google! I’m … Read more